aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Rosenberg <drosen@google.com>2020-06-24 13:09:00 -0700
committerDaniel Rosenberg <drosen@google.com>2020-06-24 22:35:10 +0000
commit19459af98a86acea3d35644c4a3af18657bf8531 (patch)
treef99e81deef32884d7605d991c632aef2dd1ddd9a
parent327b7f2f302209e6b56d0b03df919de0cf116e6a (diff)
downloadcuttlefish-19459af98a86acea3d35644c4a3af18657bf8531.tar.gz
Enable scoped storage for ext4 as well
With kernel support for ext4 casefolding, there is no need for this to be f2fs only. Bug: 159836819 Test: Run cuttlefish set to ext4 Change-Id: I95a1e02c15dfc9fa8d2737739763d01a3b62dc2b
-rw-r--r--shared/device.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/shared/device.mk b/shared/device.mk
index ae27e3a3a..4b4507f1c 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -47,10 +47,8 @@ AB_OTA_PARTITIONS += \
# Enable Virtual A/B
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
-# Enable Scoped Storage related changes for f2fs
-ifeq ($(TARGET_USERDATAIMAGE_FILE_SYSTEM_TYPE),f2fs)
+# Enable Scoped Storage related
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
-endif
# Properties that are not vendor-specific. These will go in the product
# partition, instead of the vendor partition, and do not need vendor