Marissa Wall | 03b66e1 | 2019-11-05 14:47:28 -0800 | [diff] [blame] | 1 | aidl_interface { |
Steven Moreland | 926aa80 | 2020-01-06 13:58:00 -0800 | [diff] [blame] | 2 | name: "android.hardware.graphics.common", |
Marissa Wall | 88d87fa | 2019-11-05 14:57:51 -0800 | [diff] [blame] | 3 | host_supported: true, |
Marissa Wall | 03b66e1 | 2019-11-05 14:47:28 -0800 | [diff] [blame] | 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", |
Pawin Vongmasa | d535133 | 2019-11-12 19:33:23 -0800 | [diff] [blame] | 13 | imports: [ |
Steven Moreland | 926aa80 | 2020-01-06 13:58:00 -0800 | [diff] [blame] | 14 | "android.hardware.common", |
Pawin Vongmasa | d535133 | 2019-11-12 19:33:23 -0800 | [diff] [blame] | 15 | ], |
Marissa Wall | 03b66e1 | 2019-11-05 14:47:28 -0800 | [diff] [blame] | 16 | backend: { |
| 17 | java: { |
| 18 | enabled: false, |
| 19 | }, |
| 20 | cpp: { |
| 21 | enabled: false, |
| 22 | }, |
| 23 | }, |
Jeongik Cha | 7e26745 | 2020-04-08 16:27:47 +0900 | [diff] [blame] | 24 | versions: ["1"], |
Marissa Wall | 03b66e1 | 2019-11-05 14:47:28 -0800 | [diff] [blame] | 25 | } |