diff options
author | Ytai Ben-Tsvi <ytai@google.com> | 2020-09-28 16:40:36 -0700 |
---|---|---|
committer | Ytai Ben-Tsvi <ytai@google.com> | 2020-10-14 10:27:35 -0700 |
commit | 50ae098d5189af9b77c4889d1cb7b69f226bbd4d (patch) | |
tree | 96359a5492b4a4c2f74db5a13f5f7b59ebeb6d27 | |
parent | ab09038cd338c46be577bb3df8f0b187cf48bdce (diff) |
Add more build variants to audio_common-aidl
Those are needed by new dependecies introduced from libaudioclient as
part of transitioning it to AIDL.
Bug: 160253486
Test: See main topic CL.
Change-Id: If4796aa91680290bcc40b496ed23911e498b4f9e
-rw-r--r-- | media/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media/Android.bp b/media/Android.bp index 828707b70e7b..8b06bb26fcf7 100644 --- a/media/Android.bp +++ b/media/Android.bp @@ -1,7 +1,10 @@ aidl_interface { name: "audio_common-aidl", unstable: true, + host_supported: true, + vendor_available: true, local_include_dir: "aidl", + double_loadable: true, srcs: [ "aidl/android/media/audio/common/AudioChannelMask.aidl", "aidl/android/media/audio/common/AudioConfig.aidl", |