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:
Abhijith Desai
2021-06-14 14:17:22 +05:30
committed by Gerrit - the friendly Code Review server
parent 677b2f14e4
commit d276ec2934
3 changed files with 12 additions and 0 deletions

View File

@@ -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",

View File

@@ -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,
},
}

View File

@@ -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,
},
}