aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChao Yan <aceyansf@google.com>2019-04-24 12:28:46 -0700
committerChao Yan <aceyansf@google.com>2019-04-24 12:30:21 -0700
commitcdb84f6563f525fdfc08de79ce373a9f0851721a (patch)
tree346f2f9fc602ad3d86266d4accdcd135df153b95
parentc8cde53ceef3193b92a6192bd248dc4cd023d893 (diff)
downloadcuttlefish-cdb84f6563f525fdfc08de79ce373a9f0851721a.tar.gz
Fix partition configuration for auto builds
Bug: 130738984 Test: lunch aosp_cf_x86_auto-userdebug && m dist -j && launch_cvd Change-Id: I1881fd66bdd1e97d11395405abe8d255713218f3 Merged-In: I1881fd66bdd1e97d11395405abe8d255713218f3
-rw-r--r--shared/auto/device.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/auto/device.mk b/shared/auto/device.mk
index af66de4ae..40125c953 100644
--- a/shared/auto/device.mk
+++ b/shared/auto/device.mk
@@ -20,6 +20,8 @@
DEVICE_MANIFEST_FILE += device/google/cuttlefish/shared/config/manifest.xml
DEVICE_MANIFEST_FILE += device/google/cuttlefish/shared/auto/manifest.xml
+TARGET_BUILD_SYSTEM_ROOT_IMAGE ?= true
+
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
$(call inherit-product, device/google/cuttlefish/shared/device.mk)