summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2020-10-06 05:03:30 +0000
committerJohn Stultz <john.stultz@linaro.org>2020-10-08 07:06:12 +0000
commit80e228b5d8be952e30cd7bfbc57c152be37f6c7a (patch)
tree1e786dca889c74dc650aff521a13c5658c61d0d9 /device-common.mk
parent7d3a1ac4e582e2eebb13c356f696b84409ae6620 (diff)
db845c: Add tweaks to properly support emulated storage w/o sdcardfs
Now that sdcardfs is deprecated, we need a few tweaks to support emulated storage on the board. Thanks so much to Martijn Coenen and Daniel Rosenberg for their help narrowing down the changes needed here. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I66aa4010df196e9fa7ca6a0be612f706e83a2715
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index f39d550..6fffd07 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -26,6 +26,9 @@ PRODUCT_RUNTIMES := runtime_libart_default
PRODUCT_SHIPPING_API_LEVEL := 29
PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := false
+# Enable Scoped Storage related
+$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
+
# vndk
PRODUCT_PACKAGES := vndk-sp