forked from openkylin/platform_build
Merge "Disable privapp_permissions checking in GSI temporarily" into pi-dev
am: 76354382d1
Change-Id: Ib2e1f092721c486b4660487e1302a7d9012525c0
This commit is contained in:
commit
c92b6796ce
|
@ -3,3 +3,6 @@ ro.cp_system_other_odex=0
|
|||
|
||||
# GSI always disables adb authentication
|
||||
ro.adb.secure=0
|
||||
|
||||
# TODO(b/78105955): disable privapp_permissions checking before the bug solved
|
||||
ro.control_privapp_permissions=disable
|
||||
|
|
|
@ -3,3 +3,6 @@ ro.cp_system_other_odex=0
|
|||
|
||||
# GSI always disables adb authentication
|
||||
ro.adb.secure=0
|
||||
|
||||
# TODO(b/78105955): disable privapp_permissions checking before the bug solved
|
||||
ro.control_privapp_permissions=disable
|
||||
|
|
Loading…
Reference in New Issue