Add libdisplayconfig and libqdmetadata to support Single system image CRs-Fixed: 2251141 Change-Id: Ie988c6d23bcc7f8e8f8f4313d8c3255f55d200ce
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
cc_library_headers {
|
|
name: "display_intf_headers",
|
|
vendor_available: true,
|
|
export_include_dirs: [
|
|
"gralloc",
|
|
"include",
|
|
"libdisplayconfig",
|
|
"libqdmetadata",
|
|
],
|
|
}
|