From 62d62aed6320211d48fb20990bba42d102d4a855 Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Mon, 30 Aug 2021 17:12:41 +0300 Subject: [PATCH] sm6375-common: inherit emulated storage Change-Id: I3068bfa1cb495079992681a3a0132bd34eaaa693 --- holi.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/holi.mk b/holi.mk index bf1b7f9..8a25436 100644 --- a/holi.mk +++ b/holi.mk @@ -4,6 +4,9 @@ # SPDX-License-Identifier: Apache-2.0 # +# Enable project quotas and casefolding for emulated storage without sdcardfs +$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) + # A/B AB_OTA_POSTINSTALL_CONFIG += \ RUN_POSTINSTALL_system=true \