mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
262dfe35ac
* Commit Ib4590b7a3b839a993f6c747c5f09a6312f7ab329 modified GraphicBufferMapper::unlock overload. Create a shim to provide the old symbol for blobs that need it Change-Id: I0e90ac0b383b05904df83076d990ad9335a40664
19 lines
306 B
Plaintext
19 lines
306 B
Plaintext
//
|
|
// Copyright (C) 2024 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_library_shared {
|
|
name: "libshim_ui",
|
|
shared_libs: [
|
|
"libui",
|
|
"libsync",
|
|
"libutils",
|
|
],
|
|
srcs: [
|
|
"GraphicBufferMapper.cpp",
|
|
],
|
|
system_ext_specific: true,
|
|
}
|