summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2021-10-21 00:23:22 +0000
committerBaligh Uddin <baligh@google.com>2021-10-21 00:23:22 +0000
commit06db251ab3e6768ce8e1e0ceb5685e342f7c2451 (patch)
treefc99c8a7c748fd340dbf671219a6c71e81fd53fa
parentc78aeab13975ee02325ff9633fa5c9aa01e3d77d (diff)
downloadlibbt-06db251ab3e6768ce8e1e0ceb5685e342f7c2451.tar.gz
Fix include path for system/bt
BUG: 196026708 Test: TH Change-Id: I367715ede438e5f762c14edb6fd208465a22909b
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index ceb2793..3247a42 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,7 +12,7 @@ else
bdroid_CFLAGS += -DHAS_NO_BDROID_BUILDCFG
endif
-BDROID_DIR := $(TOP_DIR)system/bt
+BDROID_DIR := $(TOP_DIR)packages/modules/Bluetooth/system
ifeq ($(strip $(USE_BLUETOOTH_BCM4343)),true)
LOCAL_CFLAGS += -DUSE_BLUETOOTH_BCM4343