forked from openkylin/platform_build
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
This commit is contained in:
parent
14350c575f
commit
33157a2da8
|
@ -47,6 +47,10 @@ BOARD_GSI_DYNAMIC_PARTITIONS_PARTITION_LIST := system
|
|||
BOARD_GSI_DYNAMIC_PARTITIONS_SIZE := 3221225472
|
||||
endif
|
||||
|
||||
# TODO(b/123695868, b/146149698):
|
||||
# This flag is set by mainline but isn't desired for GSI
|
||||
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR :=
|
||||
|
||||
# Enable chain partition for boot, mainly for GKI images.
|
||||
BOARD_AVB_BOOT_KEY_PATH := external/avb/test/data/testkey_rsa2048.pem
|
||||
BOARD_AVB_BOOT_ALGORITHM := SHA256_RSA2048
|
||||
|
|
Loading…
Reference in New Issue