Skip to content

Commit

Permalink
Fix include path for system/bt
Browse files Browse the repository at this point in the history
BUG: 196026708
Test: TH
Change-Id: I367715ede438e5f762c14edb6fd208465a22909b
  • Loading branch information
Baligh Uddin committed Oct 21, 2021
1 parent c78aeab commit 06db251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06db251

Please sign in to comment.