forked from openkylin/platform_build
15 lines
462 B
Plaintext
15 lines
462 B
Plaintext
# 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
|