diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-04-05 13:08:36 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-04-05 13:08:36 -0700 |
commit | 5ddab1b39772f2ec23f66131329a996c42c3875a (patch) | |
tree | 39c368f406d2139233a5a420da69aac7bee6510d | |
parent | 4ad8775b97c7a85bf0fb57ca1b3afe0dd21d71f7 (diff) | |
parent | 087b21f827471581935abd1b4a0694da449e1098 (diff) |
Merge 087b21f827471581935abd1b4a0694da449e1098 on remote branch
Change-Id: I2d349fbd18834c58b71806c3229972193535e5d1
-rw-r--r-- | bt-system-opensource-product.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bt-system-opensource-product.mk b/bt-system-opensource-product.mk index f82a67a..7833b9b 100644 --- a/bt-system-opensource-product.mk +++ b/bt-system-opensource-product.mk @@ -55,7 +55,7 @@ PRODUCT_PACKAGES_DEBUG += BTTestApp endif #TARGET_HAS_LOW_RAM else -PRODUCT_SOONG_NAMESPACES += packages/apps/Bluetooth +PRODUCT_SOONG_NAMESPACES += packages/modules/Bluetooth/android/app PRODUCT_PACKAGE_OVERLAYS += vendor/qcom/opensource/commonsys-intf/bluetooth/overlay/generic BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := vendor/qcom/opensource/commonsys-intf/bluetooth/build/generic/config endif #TARGET_USE_QTI_BT_STACK |