Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 271d7aaf authored by Kevin Rocard's avatar Kevin Rocard
Browse files

VTS tests should be static



VTS tests can only depend on NDK shared libraries,
they are pushed and run on older desert version.

In theory the VTS tests should be built against the NDK,
but this is not possible due to all the system dependencies.

Bug: 78871270
Test: compile
Change-Id: I48fbffd0316efc151917071c54aa19e533c615df
Signed-off-by: default avatarKevin Rocard <krocard@google.com>
parent 68995cb3
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -25,9 +25,8 @@ cc_test {
        "android.hardware.audio.common.test.utility",
        "android.hardware.audio.common.test.utility",
        "android.hardware.audio@2.0",
        "android.hardware.audio@2.0",
        "android.hardware.audio.common@2.0",
        "android.hardware.audio.common@2.0",
        "libxml2",
    ],
    shared_libs: [
        "libicuuc",
        "libicuuc",
        "libicuuc_stubdata",
        "libxml2",
    ],
    ],
}
}
+2 −3
Original line number Original line Diff line number Diff line
@@ -25,10 +25,9 @@ cc_test {
        "android.hardware.audio.common.test.utility",
        "android.hardware.audio.common.test.utility",
        "android.hardware.audio@4.0",
        "android.hardware.audio@4.0",
        "android.hardware.audio.common@4.0",
        "android.hardware.audio.common@4.0",
        "libxml2",
    ],
    shared_libs: [
        "libicuuc",
        "libicuuc",
        "libicuuc_stubdata",
        "libxml2",
    ],
    ],
    header_libs: [
    header_libs: [
        "android.hardware.audio.common.util@all-versions",
        "android.hardware.audio.common.util@all-versions",
+2 −3
Original line number Original line Diff line number Diff line
@@ -27,10 +27,9 @@ cc_test {
        "android.hardware.audio.effect@2.0",
        "android.hardware.audio.effect@2.0",
        "android.hidl.allocator@1.0",
        "android.hidl.allocator@1.0",
        "android.hidl.memory@1.0",
        "android.hidl.memory@1.0",
        "libxml2",
    ],
    shared_libs: [
        "libeffectsconfig",
        "libeffectsconfig",
        "libicuuc",
        "libicuuc",
        "libicuuc_stubdata",
        "libxml2",
    ],
    ],
}
}
+2 −3
Original line number Original line Diff line number Diff line
@@ -27,11 +27,10 @@ cc_test {
        "android.hardware.audio.effect@4.0",
        "android.hardware.audio.effect@4.0",
        "android.hidl.allocator@1.0",
        "android.hidl.allocator@1.0",
        "android.hidl.memory@1.0",
        "android.hidl.memory@1.0",
        "libxml2",
    ],
    shared_libs: [
        "libeffectsconfig",
        "libeffectsconfig",
        "libicuuc",
        "libicuuc",
        "libicuuc_stubdata",
        "libxml2",
    ],
    ],
    header_libs: [
    header_libs: [
        "android.hardware.audio.common.util@all-versions",
        "android.hardware.audio.common.util@all-versions",