aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzuWei Lin <szuweilin@google.com>2020-08-13 15:36:29 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2022-12-08 12:51:43 +0000
commit479837b03604678ca08a324e8d4507d773ddde48 (patch)
treeeec5abe9a36bdf42bc65d0640dbf5c7a03c38b40
parenta17a944d164c3562117f681347e0d361bcaa5cd8 (diff)
downloadbuild-479837b03604678ca08a324e8d4507d773ddde48.tar.gz
Disable BLE_VND_INCLUDED in GSI
Not all devices support BLE_VND_INCLUDED. Disable BLE_VND_INCLUDED in GSI before it becoming a runtime enabled feature. Bug: 146149698 Bug: 160930886 Test: build aosp_arm64-userdebug, check the feature manually Change-Id: I17fd2c1c3cdb87fde11362683d4a7bec1d989b6f (cherry picked from commit 33157a2da8e366a6fb1fcf684795a2bb01409695)
-rw-r--r--target/board/BoardConfigGsiCommon.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/board/BoardConfigGsiCommon.mk b/target/board/BoardConfigGsiCommon.mk
index 702ef3c669..2d5a59c4e1 100644
--- a/target/board/BoardConfigGsiCommon.mk
+++ b/target/board/BoardConfigGsiCommon.mk
@@ -38,6 +38,10 @@ BOARD_AVB_SYSTEM_ALGORITHM := SHA256_RSA2048
BOARD_AVB_SYSTEM_ROLLBACK_INDEX := $(PLATFORM_SECURITY_PATCH_TIMESTAMP)
BOARD_AVB_SYSTEM_ROLLBACK_INDEX_LOCATION := 1
+# TODO(b/123695868, b/146149698):
+# This flag is set by mainline but isn't desired for GSI
+BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR :=
+
# GSI specific System Properties
ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT)))
TARGET_SYSTEM_PROP := build/make/target/board/gsi_system.prop