Moved libdisplayconfig.qti, libqdMetadata, and libgralloc.qti from vendor/qcom/opensource/commonsys-intf/display to vendor/qcom/opensource/commonsys/display to install in system_ext Change-Id: Iff8e2364ded221858eb1ea211b6212c38df36eb3 LNXDISPLAY-1552: REQ002 CRs-Fixed: 2972776
23 lines
466 B
Plaintext
23 lines
466 B
Plaintext
cc_library_shared {
|
|
name: "libgralloc.system.qti",
|
|
system_ext_specific: true,
|
|
cflags: [
|
|
"-Wno-sign-conversion",
|
|
"-DLOG_TAG=\"qtigralloc\"",
|
|
],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libcutils",
|
|
"libutils",
|
|
"libgralloctypes",
|
|
"libhidlbase",
|
|
"libhardware",
|
|
"android.hardware.graphics.mapper@4.0",
|
|
],
|
|
|
|
srcs: ["QtiGralloc.cpp"],
|
|
|
|
header_libs: ["display_intf_headers"],
|
|
}
|
|
|