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

Commit 5aadf9ad authored by Myles Watson's avatar Myles Watson Committed by Cherrypicker Worker
Browse files

BluetoothAudio: Statically link HAL dependencies

Bug: 290666670
Bug: 289857524
Bug: 284091286
Bug: 289489060
Test: mma -j32
(cherry picked from https://android-review.googlesource.com/q/commit:44628f38d2f60a8e9c283315485d2d62605f677d)
Merged-In: I2b3c32b133e208ec2cfb1b244ccb24ad249f22df
Change-Id: I2b3c32b133e208ec2cfb1b244ccb24ad249f22df
The 32-bit libraries may not be present on the device.  This makes the test more self-contained.
parent 85105d09
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -15,11 +15,14 @@ cc_test {
    ],
    tidy_timeout_srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
    srcs: ["VtsHalBluetoothAudioTargetTest.cpp"],
    shared_libs: [
    static_libs: [
        "android.hardware.audio.common-V1-ndk",
        "android.hardware.bluetooth.audio-V3-ndk",
        "android.hardware.common-V2-ndk",
        "android.hardware.common.fmq-V1-ndk",
        "android.media.audio.common.types-V2-ndk",
    ],
    shared_libs: [
        "libbase",
        "libbinder_ndk",
        "libcutils",