Hayden Gomes | 49c845f | 2020-10-27 13:01:33 -0700 | [diff] [blame^] | 1 | // This is the expected build file, but it may not be right in all cases |
2 | |||||
3 | aidl_interface { | ||||
4 | name: "android.hardware.automotive.audiocontrol", | ||||
5 | vendor_available: true, | ||||
6 | srcs: ["android/hardware/automotive/audiocontrol/*.aidl"], | ||||
7 | stability: "vintf", | ||||
8 | backend: { | ||||
9 | java: { | ||||
10 | sdk_version: "module_current", | ||||
11 | }, | ||||
12 | }, | ||||
13 | } |