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:
parent
b20bc0953f
commit
053ef16e4e
2 changed files with 6 additions and 0 deletions
|
@ -15,3 +15,8 @@ vendor.gatekeeper.disable_spu=true
|
|||
|
||||
# MTP
|
||||
vendor.usb.use_ffs_mtp=1
|
||||
|
||||
# Storage
|
||||
external_storage.projid.enabled=1
|
||||
external_storage.casefold.enabled=1
|
||||
external_storage.sdcardfs.enabled=0
|
||||
|
|
|
@ -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/gsi_keys.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.
|
||||
$(call inherit-product, vendor/twrp/config/common.mk)
|
||||
|
|
Loading…
Reference in a new issue