Enable abi check for gralloc, libqdmetadata, libdisplayconfig
Enable qiifa abi check for gralloc, libqdmetadata and libdisplayconfig libraries as part of enabling QIIFA interface checks for display techpack. Change-Id: I5b5667d58baf0039ccac5faf08f3a3f09d569d29
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
677b2f14e4
commit
d276ec2934
@@ -6,6 +6,10 @@ cc_library_shared {
|
||||
"-Wno-sign-conversion",
|
||||
"-DLOG_TAG=\"qtigralloc\"",
|
||||
],
|
||||
export_include_dirs: ["."],
|
||||
header_abi_checker: {
|
||||
enabled: true,
|
||||
},
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libcutils",
|
||||
|
||||
@@ -18,5 +18,9 @@ cc_library_shared {
|
||||
header_libs: ["libhardware_headers", "display_intf_headers"],
|
||||
srcs: ["qdMetaData.cpp", "qd_utils.cpp"],
|
||||
export_header_lib_headers: ["display_intf_headers"],
|
||||
export_include_dirs: ["."],
|
||||
header_abi_checker: {
|
||||
enabled: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@@ -21,5 +21,9 @@ cc_library_shared {
|
||||
"device_interface.cpp",
|
||||
],
|
||||
export_header_lib_headers: ["display_intf_headers"],
|
||||
export_include_dirs: ["."],
|
||||
header_abi_checker: {
|
||||
enabled: true,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user