From e0ea299b6dd28971e861d1998398b6aac122bdc1 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Thu, 30 Apr 2020 10:49:35 +0200 Subject: [PATCH] exynos9610: import stock system properties Change-Id: Iaef8580a7c4648b1a942df100c014ccc827b44fa --- BoardConfigCommon.mk | 3 +++ system.prop | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 system.prop diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index a856b96..2515f75 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -102,5 +102,8 @@ USE_XML_AUDIO_POLICY_CONF := 1 # sepolicy BOARD_PLAT_PRIVATE_SEPOLICY_DIR := $(COMMON_PATH)/sepolicy/private +# Properties +TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop + # Inherit from the proprietary version -include vendor/motorola/exynos9610-common/BoardConfigVendor.mk diff --git a/system.prop b/system.prop new file mode 100644 index 0000000..4dd6867 --- /dev/null +++ b/system.prop @@ -0,0 +1,12 @@ +persist.demo.hdmirotationlock=false +qemu.hw.mainkeys=0 +persist.sys.bootanim.play_sound=true +init.svc.vendor.pktrouter=1 +ro.vendor.cscsupported=1 +ril.ecclist=911,112 +ril.ecclist1=911,112 +ro.crypto.volume.filenames_mode=aes-256-cts +ro.crypto.allow_encrypt_override=true +ro.surface_flinger.use_color_management=1 +media.settings.xml=/vendor/etc/media_profiles_vendor.xml +persist.audio.endcall.delay=250 -- 2.20.1