Pawin Vongmasa | d535133 | 2019-11-12 19:33:23 -0800 | [diff] [blame] | 1 | aidl_interface { |
Steven Moreland | 926aa80 | 2020-01-06 13:58:00 -0800 | [diff] [blame] | 2 | name: "android.hardware.common", |
Pawin Vongmasa | d535133 | 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/common/*.aidl", | ||||
11 | ], | ||||
12 | stability: "vintf", | ||||
13 | backend: { | ||||
14 | java: { | ||||
15 | enabled: false, | ||||
16 | }, | ||||
17 | cpp: { | ||||
18 | enabled: false, | ||||
19 | }, | ||||
20 | }, | ||||
21 | } |