06533fef4a
We're now adding a core CSI system.img that is common across different targets. So GSI-specific things should be moved to /system_ext. Also renaming various generic*/system.prop to generic*/system_ext.prop. This is to put the customization into /system_ext/build.prop instead of /system/build.prop. Bug: 137711197 Test: boot a GSI on crosshatch, and checks the value of those properties Change-Id: Id344124280d5f4a6c10d390a9e8a4a50cc7f28fb
19 lines
593 B
Text
19 lines
593 B
Text
# GSI always generate dex pre-opt in system image
|
|
ro.cp_system_other_odex=0
|
|
|
|
# GSI always disables adb authentication
|
|
ro.adb.secure=0
|
|
|
|
# GSI disables non-AOSP nnapi extensions on product partition
|
|
ro.nnapi.extensions.deny_on_product=true
|
|
|
|
# TODO(b/120679683): disable RescueParty before all problem apps solved
|
|
persist.sys.disable_rescue=true
|
|
|
|
# TODO(b/78105955): disable privapp_permissions checking before the bug solved
|
|
ro.control_privapp_permissions=disable
|
|
|
|
# TODO(b/136212765): the default for LMK
|
|
ro.lmk.kill_heaviest_task=true
|
|
ro.lmk.kill_timeout_ms=100
|
|
ro.lmk.use_minfree_levels=true
|