Merge "Fix partition configuration for tv builds." into master-cuttlefish-testing
diff --git a/shared/auto/device.mk b/shared/auto/device.mk
index 8309af9..200f92e 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)