qdmetadata: QSSI violator whitelist removal
Remove system partition Change-Id: I686f4910db0e5b1ed4d3516bd4b5901c6cd3eedc
This commit is contained in:
@@ -15,20 +15,3 @@ cc_library_shared {
|
|||||||
export_header_lib_headers: ["display_intf_headers"],
|
export_header_lib_headers: ["display_intf_headers"],
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove after WFD moves to use libqdMetaData directly
|
|
||||||
cc_library_shared {
|
|
||||||
name: "libqdMetaData.system",
|
|
||||||
vendor_available: true,
|
|
||||||
cflags: [
|
|
||||||
"-Wno-sign-conversion",
|
|
||||||
"-DLOG_TAG=\"qdmetadata\"",
|
|
||||||
],
|
|
||||||
shared_libs: [
|
|
||||||
"liblog",
|
|
||||||
"libcutils",
|
|
||||||
"libutils",
|
|
||||||
],
|
|
||||||
header_libs: ["libhardware_headers", "display_intf_headers"],
|
|
||||||
srcs: ["qdMetaData.cpp", "qd_utils.cpp"],
|
|
||||||
export_header_lib_headers: ["display_intf_headers"],
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user