c71d9863c6
Some vendor apps are using shared UID without white-listing the apps. A runtime checking with these apps causes some devcies cannot boot with GSI. We disable the checking before bug b/78105955 solved. Bug: 79174430 Bug: 78105955 Test: Boot pixel devices with GSI applied the patch. Change-Id: Ic25f5e2c4506b79564959adf57839a7ddc4330c2
8 lines
253 B
Text
8 lines
253 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
|
|
|
|
# TODO(b/78105955): disable privapp_permissions checking before the bug solved
|
|
ro.control_privapp_permissions=disable
|