summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2021-11-06 18:22:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-11-06 18:22:02 +0000
commit5b1cdfc242b15e41df6204c6babd87288de2a67d (patch)
treefc99c8a7c748fd340dbf671219a6c71e81fd53fa
parent76102037daf17053bfd2bec7705535e14a727545 (diff)
parent47abe798b8c1c65a6c7aa543f6c4a8e762496442 (diff)
downloadlibbt-5b1cdfc242b15e41df6204c6babd87288de2a67d.tar.gz
Merge "Fix include path for system/bt"
-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