Merge "Disable non-AOSP nnapi extensions on product partition in GSI"
This commit is contained in:
commit
6a3d438aa0
2 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,9 @@ 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
|
||||
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue