cc5d2cca25
These two properties shouldn't be set in GSI image from R on, otherwise they'll force lmkd to use the legacy strategy. Bug: 136212765 Test: run cts-on-gsi -m CtsFileSystemTestCases Test: run cts-on-gsi -m CtsAppExitTestCases Change-Id: Id0001f8c4187a280cffe6c72d7a39be29065ca4e
11 lines
404 B
Text
11 lines
404 B
Text
# GSI always generate dex pre-opt in system image
|
|
ro.cp_system_other_odex=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
|