Files
hardware_interfaces/graphics/composer/2.1/utils/command-buffer/Android.bp
Chia-I Wu 96a098a80d graphics: more reusable libVtsHalGraphicsComposerTestUtils
Versioned library names, versioned include paths, and others.

Test: make VtsHalGraphicsComposerV2_1TargetTest
Change-Id: Ic266763c9ef25e09bc2c97026f2e1324609f48c6
2018-02-21 11:03:04 -08:00

17 lines
429 B
Plaintext

cc_library_headers {
name: "android.hardware.graphics.composer@2.1-command-buffer",
defaults: ["hidl_defaults"],
vendor_available: true,
shared_libs: [
"android.hardware.graphics.composer@2.1",
"libfmq",
"libsync",
],
export_shared_lib_headers: [
"android.hardware.graphics.composer@2.1",
"libfmq",
"libsync",
],
export_include_dirs: ["include"],
}