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

Commit 0c14bc17 authored by Tianyu Jiang's avatar Tianyu Jiang Committed by Cheney Ni
Browse files

Add missing runtime dependency of android.hardware.bluetooth@1.1-service.btlinux

so that hwasan build succeeds.

Test: lunch aosp_??????-userdebug && m SANITIZE_TARGET=hwaddress -j36
Bug: 169083233
Change-Id: I78da891664c2667aa449969b6f06f030e624b2e7
(cherry picked from commit 7181fb9f9e6823e06e718de5727f123b4073e05e)
parent f6cfcc36
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -30,6 +30,7 @@ cc_binary {
    ],
    ],
    header_libs: ["libbluetooth_headers"],
    header_libs: ["libbluetooth_headers"],
    shared_libs: [
    shared_libs: [
        "android.hardware.bluetooth@1.0",
        "android.hardware.bluetooth@1.1",
        "android.hardware.bluetooth@1.1",
        "libbase",
        "libbase",
        "libcutils",
        "libcutils",