blob: f8240b1cc73b556af0f28818ffadda502d897161 [file] [log] [blame]
Hayden Gomes49c845f2020-10-27 13:01:33 -07001// This is the expected build file, but it may not be right in all cases
2
3aidl_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}