blob: 06be01f8f5638f12e9cf60e9c02e8ff25c4410a6 [file] [log] [blame]
Pawin Vongmasaae120ee2019-11-12 19:33:23 -08001aidl_interface {
2 name: "vintf-graphics-common",
3 host_supported: true,
4 vendor_available: true,
5 vndk: {
6 enabled: true,
7 support_system_process: true,
8 },
9 srcs: [
10 "android/hardware/graphics/common/*.aidl",
11 ],
12 stability: "vintf",
13 imports: [
14 "vintf-common",
15 ],
16 backend: {
17 java: {
18 enabled: false,
19 },
20 cpp: {
21 enabled: false,
22 },
23 },
24}