mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
This includes other types needed by HardwareBuffer. Test: Builds Bug: 145839204 Change-Id: I86c9d2f0cb04b597da9a93b7b6210b041312e1ac
22 lines
395 B
Plaintext
22 lines
395 B
Plaintext
aidl_interface {
|
|
name: "vintf-common",
|
|
host_supported: true,
|
|
vendor_available: true,
|
|
vndk: {
|
|
enabled: true,
|
|
support_system_process: true,
|
|
},
|
|
srcs: [
|
|
"android/hardware/common/*.aidl",
|
|
],
|
|
stability: "vintf",
|
|
backend: {
|
|
java: {
|
|
enabled: false,
|
|
},
|
|
cpp: {
|
|
enabled: false,
|
|
},
|
|
},
|
|
}
|