summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2021-10-21 00:23:22 +0000
committerBaligh Uddin <baligh@google.com>2021-11-06 14:46:11 +0000
commit47abe798b8c1c65a6c7aa543f6c4a8e762496442 (patch)
treefc99c8a7c748fd340dbf671219a6c71e81fd53fa
parent76102037daf17053bfd2bec7705535e14a727545 (diff)
downloadlibbt-47abe798b8c1c65a6c7aa543f6c4a8e762496442.tar.gz
Fix include path for system/bt
BUG: 196026708 Test: TH Merged-In: I7c316a80b6051136c7d47be0c1061463c66623f0 Merged-In: I367715ede438e5f762c14edb6fd208465a22909b Change-Id: I10e909788f51c3be8b65433048835bb582447b68
-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