diff options
author | jiabin <jiabin@google.com> | 2019-07-31 12:54:19 -0700 |
---|---|---|
committer | jiabin <jiabin@google.com> | 2019-11-26 11:29:34 -0800 |
commit | 797b5b45fc20510836f14d27a507825275ab084c (patch) | |
tree | 8645b445a075805e6f75d0de0d8e3d679e59ada2 | |
parent | 1d53f9563b924b8b8d17e3c3ad90c26a48c4c315 (diff) | |
download | platform_hardware_interfaces-797b5b45fc20510836f14d27a507825275ab084c.tar.gz platform_hardware_interfaces-797b5b45fc20510836f14d27a507825275ab084c.tar.bz2 platform_hardware_interfaces-797b5b45fc20510836f14d27a507825275ab084c.zip |
Add libaudiofoundation.
Some classes, e.g. AudioGain, in libaudiofoundation, which are used by
libaudiopolicycomponent, will require libaudiofoundation as a shared
library to avoid link error when building.
Bug: 135621476
Test: make
Change-Id: I8732bdab37d8afd866fe03a74db3dc564fea1ad2
Merged-In: I8732bdab37d8afd866fe03a74db3dc564fea1ad2
-rw-r--r-- | audio/core/all-versions/vts/functional/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/core/all-versions/vts/functional/Android.bp b/audio/core/all-versions/vts/functional/Android.bp index 3286ecb0a3..73af7f471e 100644 --- a/audio/core/all-versions/vts/functional/Android.bp +++ b/audio/core/all-versions/vts/functional/Android.bp @@ -24,6 +24,7 @@ cc_defaults { "libxml2", ], shared_libs: [ + "libaudiofoundation", "libfmq", ], header_libs: [ |