Pawin Vongmasa | ae120ee | 2019-11-12 19:33:23 -0800 | [diff] [blame] | 1 | aidl_interface { |
Steven Moreland | 014e70b | 2020-01-06 13:58:00 -0800 | [diff] [blame] | 2 | name: "android.hardware.graphics.common", |
Pawin Vongmasa | ae120ee | 2019-11-12 19:33:23 -0800 | [diff] [blame] | 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: [ |
Steven Moreland | 014e70b | 2020-01-06 13:58:00 -0800 | [diff] [blame] | 14 | "android.hardware.common", |
Pawin Vongmasa | ae120ee | 2019-11-12 19:33:23 -0800 | [diff] [blame] | 15 | ], |
| 16 | backend: { |
| 17 | java: { |
| 18 | enabled: false, |
| 19 | }, |
| 20 | cpp: { |
| 21 | enabled: false, |
| 22 | }, |
| 23 | }, |
| 24 | } |