hiphi: Inherit emulated storage

Co-authored-by: Captain Throwback <captainthrowback@hotmail.com>
Signed-off-by: 7Soldier <reg.fm4@gmail.com>
This commit is contained in:
Cosmin Tanislav 2021-08-30 17:12:41 +03:00 committed by 7Soldier
parent b20bc0953f
commit 053ef16e4e
2 changed files with 6 additions and 0 deletions

View file

@ -15,3 +15,8 @@ vendor.gatekeeper.disable_spu=true
# MTP # MTP
vendor.usb.use_ffs_mtp=1 vendor.usb.use_ffs_mtp=1
# Storage
external_storage.projid.enabled=1
external_storage.casefold.enabled=1
external_storage.sdcardfs.enabled=0

View file

@ -10,6 +10,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
# Inherit some common TWRP stuff. # Inherit some common TWRP stuff.
$(call inherit-product, vendor/twrp/config/common.mk) $(call inherit-product, vendor/twrp/config/common.mk)