platform_hardware_interfaces/automotive/audiocontrol/1.0/Android.bp
Scott Randolph 786879b139 Remove IAudioControlCallback for P
Scale back the AudioControl HAL to include only the minimum necessary
controls for automotive audio.  Specifically remove support for the car
to interact with the application level audio focus.

Test:  Build mojave
Change-Id: I718c9d7175a72b9b6e29ca3f0c23a152c7cf1a9a
2018-02-02 17:07:03 -08:00

21 lines
398 B
Text

// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "android.hardware.automotive.audiocontrol@1.0",
root: "android.hardware",
vndk: {
enabled: true,
},
srcs: [
"types.hal",
"IAudioControl.hal",
],
interfaces: [
"android.hidl.base@1.0",
],
types: [
"ContextNumber",
],
gen_java: true,
}