From 50ae098d5189af9b77c4889d1cb7b69f226bbd4d Mon Sep 17 00:00:00 2001 From: Ytai Ben-Tsvi Date: Mon, 28 Sep 2020 16:40:36 -0700 Subject: [PATCH] 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 --- media/Android.bp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media/Android.bp b/media/Android.bp index 828707b70e7b4..8b06bb26fcf70 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",