omni_emulator: enable creation of project quota
Change-Id: Iad7b810ec2265474d988fb9b93ace697406a52e6
diff --git a/utils/omni_emulator/omni_emulator.mk b/utils/omni_emulator/omni_emulator.mk
index a832b51..8263244 100644
--- a/utils/omni_emulator/omni_emulator.mk
+++ b/utils/omni_emulator/omni_emulator.mk
@@ -5,6 +5,9 @@
PRODUCT_USE_DYNAMIC_PARTITIONS := true
TARGET_NO_VENDOR_BOOT := true
+PRODUCT_QUOTA_PROJID := 1
+PRODUCT_PROPERTY_OVERRIDES += external_storage.projid.enabled=1
+PRODUCT_PROPERTY_OVERRIDES += external_storage.sdcardfs.enabled=0
$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_x86.mk)