From afc54f7ce4532cff15c75e3a4b2837f6c9bccc3b Mon Sep 17 00:00:00 2001 From: Baligh Uddin Date: Thu, 21 Oct 2021 00:23:22 +0000 Subject: Fix include path for system/bt BUG: 196026708 Test: TH Merged-In: I367715ede438e5f762c14edb6fd208465a22909b Change-Id: I7c316a80b6051136c7d47be0c1061463c66623f0 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3