Files
hardware_interfaces/graphics/common/1.2/Android.bp
Pawin Vongmasa 95674af0c2 HAL interface for IGraphicBufferProducer V2
Test: Builds

Bug: 112508112

Change-Id: Ic3afaa1e27116d4ff9e5035dfce5c20de3d876e5
2018-10-23 17:33:22 -07:00

26 lines
535 B
Plaintext

// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "android.hardware.graphics.common@1.2",
root: "android.hardware",
vndk: {
enabled: true,
support_system_process: true,
},
srcs: [
"types.hal",
],
interfaces: [
"android.hardware.graphics.common@1.0",
"android.hardware.graphics.common@1.1",
],
types: [
"ColorMode",
"Dataspace",
"HardwareBuffer",
],
gen_java: true,
gen_java_constants: true,
}