exynos9610: import stock system properties
authorJan Altensen <info@stricted.net>
Thu, 30 Apr 2020 08:49:35 +0000 (10:49 +0200)
committerJan Altensen <info@stricted.net>
Mon, 10 Aug 2020 22:07:42 +0000 (00:07 +0200)
Change-Id: Iaef8580a7c4648b1a942df100c014ccc827b44fa

BoardConfigCommon.mk
system.prop [new file with mode: 0644]

index a856b96e1c37daf8e93780183d5fb83afc54c08f..2515f7598e88e616168593eb7006c766e91c1153 100644 (file)
@@ -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 (file)
index 0000000..4dd6867
--- /dev/null
@@ -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