From cdb995dafcb8e7e0801bca4ac0b36eab72c282c0 Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Mon, 20 May 2019 13:44:12 -0700 Subject: Enable goldfish customizations We previously got these from BUILD_QEMU_IMAGES. We can't use that flag anymore because we aren't using dynamic partitions. Setting QEMU_CUSTOMIZATIONS will bring in the changes without building the qemu images. Bug: 133173474 Test: lunch qemu_trusty_arm64-userdebug; make; run trusty test suite --- BoardConfig.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index f2c2734..f813be4 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -33,6 +33,10 @@ BOARD_SEPOLICY_DIRS += device/generic/trusty/sepolicy TARGET_USES_64_BIT_BINDER := true +# We want goldfish build configuration information, but not the resulting +# QEMU images. QEMU_CUSTOMIZATIONS turns this on without building the images +# like BUILD_QEMU_IMAGES would imply. +QEMU_CUSTOMIZATIONS := true TARGET_USERIMAGES_USE_EXT4 := true BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456 # 256M -- cgit v1.2.3