2018-01-19 15:04:17 -08:00
|
|
|
cc_library_headers {
|
2017-12-15 14:41:42 -08:00
|
|
|
name: "android.hardware.graphics.allocator@2.0-passthrough",
|
|
|
|
|
defaults: ["hidl_defaults"],
|
|
|
|
|
vendor: true,
|
|
|
|
|
shared_libs: [
|
|
|
|
|
"android.hardware.graphics.allocator@2.0",
|
|
|
|
|
"android.hardware.graphics.mapper@2.0",
|
|
|
|
|
"libhardware",
|
|
|
|
|
],
|
|
|
|
|
export_shared_lib_headers: [
|
|
|
|
|
"android.hardware.graphics.allocator@2.0",
|
|
|
|
|
"android.hardware.graphics.mapper@2.0",
|
|
|
|
|
"libhardware",
|
|
|
|
|
],
|
|
|
|
|
header_libs: [
|
2017-12-15 14:58:58 -08:00
|
|
|
"android.hardware.graphics.allocator@2.0-hal",
|
2017-12-12 15:12:02 -08:00
|
|
|
"android.hardware.graphics.mapper@2.0-passthrough_headers",
|
2017-12-15 14:41:42 -08:00
|
|
|
],
|
2017-12-15 14:58:58 -08:00
|
|
|
export_header_lib_headers: [
|
|
|
|
|
"android.hardware.graphics.allocator@2.0-hal",
|
2017-12-12 15:12:02 -08:00
|
|
|
"android.hardware.graphics.mapper@2.0-passthrough_headers",
|
2017-12-15 14:58:58 -08:00
|
|
|
],
|
|
|
|
|
export_include_dirs: ["include"],
|
2017-12-15 14:41:42 -08:00
|
|
|
}
|