mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 17:31:58 +00:00
Versioned library names, versioned include paths, and others. Test: make VtsHalGraphicsComposerV2_1TargetTest Change-Id: Ic266763c9ef25e09bc2c97026f2e1324609f48c6
17 lines
429 B
Plaintext
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"],
|
|
}
|