mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Remove the dependency on ICU
Static libxml2 no longer requires ICU4C. Remove the depedency from the build file. Bug: 121468463 Test: vts-tradefed run vts -m VtsHalAudioEffectV4_0Target Test: vts-tradefed run vts -m VtsHalAudioV4_0Target Merged-In: Ib843fb1071a634f25e27e5291b00d11852ac08a9 Change-Id: Ib843fb1071a634f25e27e5291b00d11852ac08a9
This commit is contained in:
@@ -25,9 +25,6 @@ cc_test {
|
||||
"android.hardware.audio.common.test.utility",
|
||||
"android.hardware.audio@2.0",
|
||||
"android.hardware.audio.common@2.0",
|
||||
"libicuuc",
|
||||
"libicuuc_stubdata",
|
||||
"libandroidicu",
|
||||
"libxml2",
|
||||
],
|
||||
test_suites: ["general-tests"],
|
||||
|
||||
@@ -25,9 +25,6 @@ cc_test {
|
||||
"android.hardware.audio.common.test.utility",
|
||||
"android.hardware.audio@4.0",
|
||||
"android.hardware.audio.common@4.0",
|
||||
"libicuuc",
|
||||
"libicuuc_stubdata",
|
||||
"libandroidicu",
|
||||
"libxml2",
|
||||
],
|
||||
shared_libs: [
|
||||
|
||||
@@ -28,9 +28,6 @@ cc_test {
|
||||
"android.hidl.allocator@1.0",
|
||||
"android.hidl.memory@1.0",
|
||||
"libeffectsconfig",
|
||||
"libicuuc",
|
||||
"libicuuc_stubdata",
|
||||
"libandroidicu",
|
||||
"libxml2",
|
||||
],
|
||||
test_suites: ["general-tests"],
|
||||
|
||||
@@ -28,9 +28,6 @@ cc_test {
|
||||
"android.hidl.allocator@1.0",
|
||||
"android.hidl.memory@1.0",
|
||||
"libeffectsconfig",
|
||||
"libicuuc",
|
||||
"libicuuc_stubdata",
|
||||
"libandroidicu",
|
||||
"libxml2",
|
||||
],
|
||||
header_libs: [
|
||||
|
||||
Reference in New Issue
Block a user