mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 10:05:19 +00:00
Convert composer default impl to a header-only library, android.hardware.graphics.composer@2.1-passthrough. Test: builds and VTS Change-Id: I9251aadc28816fc4c1d9326e09e297f30e9c25fe
23 lines
580 B
Plaintext
23 lines
580 B
Plaintext
cc_library_headers {
|
|
name: "android.hardware.graphics.composer@2.1-passthrough",
|
|
defaults: ["hidl_defaults"],
|
|
vendor: true,
|
|
shared_libs: [
|
|
"libhardware",
|
|
"libhwc2on1adapter",
|
|
"libhwc2onfbadapter",
|
|
],
|
|
export_shared_lib_headers: [
|
|
"libhardware",
|
|
"libhwc2on1adapter",
|
|
"libhwc2onfbadapter",
|
|
],
|
|
header_libs: [
|
|
"android.hardware.graphics.composer@2.1-hal",
|
|
],
|
|
export_header_lib_headers: [
|
|
"android.hardware.graphics.composer@2.1-hal",
|
|
],
|
|
export_include_dirs: ["include"],
|
|
}
|