summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2019-05-20 13:44:12 -0700
committerMatthew Maurer <mmaurer@google.com>2019-05-20 21:15:30 +0000
commitcdb995dafcb8e7e0801bca4ac0b36eab72c282c0 (patch)
treecad4d7ead6c7f4a09a9c83b423f7778141887cd1
parent69a6b0bb009c7bf53c79d459250a0904f85b3c2d (diff)
downloaddevice_generic_trusty-cdb995dafcb8e7e0801bca4ac0b36eab72c282c0.tar.gz
device_generic_trusty-cdb995dafcb8e7e0801bca4ac0b36eab72c282c0.tar.bz2
device_generic_trusty-cdb995dafcb8e7e0801bca4ac0b36eab72c282c0.zip
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
-rw-r--r--BoardConfig.mk4
1 files changed, 4 insertions, 0 deletions
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