Add libandroidicu as static lib in the VtsHalAudio
libxml2 now depends on libandroidicu. Add the same dependency into the VTS. TODO: b/121468463 to remove ICU from VtsHalAudio Bug: 117094880 Test: m checkbuild Merged-In: I105e7ad1517ecf8780adfb730650e1ad82f65857 Change-Id: I105e7ad1517ecf8780adfb730650e1ad82f65857
This commit is contained in:
parent
d25bffff74
commit
fdd3300306
4 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,7 @@ cc_test {
|
|||
"android.hardware.audio.common@2.0",
|
||||
"libicuuc",
|
||||
"libicuuc_stubdata",
|
||||
"libandroidicu",
|
||||
"libxml2",
|
||||
],
|
||||
test_suites: ["general-tests"],
|
||||
|
|
|
@ -27,6 +27,7 @@ cc_test {
|
|||
"android.hardware.audio.common@4.0",
|
||||
"libicuuc",
|
||||
"libicuuc_stubdata",
|
||||
"libandroidicu",
|
||||
"libxml2",
|
||||
],
|
||||
shared_libs: [
|
||||
|
|
|
@ -30,6 +30,7 @@ cc_test {
|
|||
"libeffectsconfig",
|
||||
"libicuuc",
|
||||
"libicuuc_stubdata",
|
||||
"libandroidicu",
|
||||
"libxml2",
|
||||
],
|
||||
test_suites: ["general-tests"],
|
||||
|
|
|
@ -30,6 +30,7 @@ cc_test {
|
|||
"libeffectsconfig",
|
||||
"libicuuc",
|
||||
"libicuuc_stubdata",
|
||||
"libandroidicu",
|
||||
"libxml2",
|
||||
],
|
||||
header_libs: [
|
||||
|
|
Loading…
Reference in a new issue