From: Tianyu Jiang Date: Fri, 25 Sep 2020 22:36:20 +0000 (-0700) Subject: Add missing runtime dependency of android.hardware.bluetooth@1.1-service.btlinux X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5e49a07e77e0956de20dcae05c45ad4eea8003ce;p=android-x86%2Fsystem-bt.git 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) --- diff --git a/vendor_libs/linux/interface/Android.bp b/vendor_libs/linux/interface/Android.bp index e7d161e3b..daf5ef050 100644 --- a/vendor_libs/linux/interface/Android.bp +++ b/vendor_libs/linux/interface/Android.bp @@ -30,6 +30,7 @@ cc_binary { ], header_libs: ["libbluetooth_headers"], shared_libs: [ + "android.hardware.bluetooth@1.0", "android.hardware.bluetooth@1.1", "libbase", "libcutils",