OSDN Git Service

Add missing runtime dependency of android.hardware.bluetooth@1.1-service.btlinux
authorTianyu Jiang <tianyuj@google.com>
Fri, 25 Sep 2020 22:36:20 +0000 (15:36 -0700)
committerCheney Ni <cheneyni@google.com>
Sat, 26 Sep 2020 15:33:16 +0000 (23:33 +0800)
so that hwasan build succeeds.

Test: lunch aosp_??????-userdebug && m SANITIZE_TARGET=hwaddress -j36
Bug: 169083233
Change-Id: I78da891664c2667aa449969b6f06f030e624b2e7
(cherry picked from commit 7181fb9f9e6823e06e718de5727f123b4073e05e)

vendor_libs/linux/interface/Android.bp

index e7d161e..daf5ef0 100644 (file)
@@ -30,6 +30,7 @@ cc_binary {
     ],
     header_libs: ["libbluetooth_headers"],
     shared_libs: [
+        "android.hardware.bluetooth@1.0",
         "android.hardware.bluetooth@1.1",
         "libbase",
         "libcutils",