mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Add new methods to support HDR, video readback mechanism and additional power mode. Test: adb shell /data/nativetest/VtsHalGraphicsComposerV2_2TargetTest/VtsHalGraphicsComposerV2_2TargetTest Bug: 71513501 Change-Id: I45596df6c5a2a726e12f524e82681aef4bcbe180
14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
cc_library_headers {
|
|
name: "android.hardware.graphics.composer@2.2-command-buffer",
|
|
defaults: ["hidl_defaults"],
|
|
vendor_available: true,
|
|
shared_libs: [
|
|
"android.hardware.graphics.composer@2.1",
|
|
"android.hardware.graphics.composer@2.2",
|
|
],
|
|
header_libs: [
|
|
"android.hardware.graphics.composer@2.1-command-buffer",
|
|
],
|
|
export_include_dirs: ["include"],
|
|
}
|