corfur: Add stock props

This commit is contained in:
Venkat Yadlapati 2022-10-23 03:56:27 +05:30
parent aefb91a865
commit c42715a05d
3 changed files with 22 additions and 0 deletions

View File

@ -65,6 +65,10 @@ TARGET_COPY_OUT_PRODUCT := product
TARGET_COPY_OUT_SYSTEM_EXT := system_ext
TARGET_COPY_OUT_VENDOR := vendor
# Props
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# QCOM encryption and decryption
BOARD_USES_QCOM_FBE_DECRYPTION := true
PLATFORM_VERSION := 16.1.0

2
system.prop Normal file
View File

@ -0,0 +1,2 @@
# Charger
ro.charger.enable_suspend=1

16
vendor.prop Normal file
View File

@ -0,0 +1,16 @@
# Storage
external_storage.projid.enabled=1
external_storage.casefold.enabled=1
external_storage.sdcardfs.enabled=0
# Crypto
ro.crypto.allow_encrypt_override=true
ro.crypto.dm_default_key.options_format.version=2
ro.crypto.volume.filenames_mode=aes-256-cts
ro.crypto.volume.metadata.method=dm-default-key
# Gatekeeper
vendor.gatekeeper.disable_spu=true
# USB Config
vendor.usb.use_ffs_mtp=1