Merge "Add libandroidicu as static lib in the VtsHalAudio"
This commit is contained in:
commit
e0a8935ebd
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