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
This commit is contained in:
parent
1d53f9563b
commit
797b5b45fc
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ cc_defaults {
|
|||
"libxml2",
|
||||
],
|
||||
shared_libs: [
|
||||
"libaudiofoundation",
|
||||
"libfmq",
|
||||
],
|
||||
header_libs: [
|
||||
|
|
Loading…
Reference in a new issue