forked from openkylin/platform_build
Merge "Disable BLE_VND_INCLUDED in GSI"
This commit is contained in:
commit
ee7aa0906c
|
@ -49,6 +49,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