Merge "Replace pm.dexopt.priv-apps with existing constant" into pi-dev

am: f4f7859149

Change-Id: I23947e85c07310074b4a57bb5db680837c57e977
This commit is contained in:
Victor Hsieh
2018-03-22 21:47:04 +00:00
committed by android-build-merger

View File

@@ -10366,7 +10366,7 @@ public class PackageManagerService extends IPackageManager.Stub
if (Build.IS_DEBUGGABLE &&
pkg.isPrivileged() &&
!SystemProperties.getBoolean("pm.dexopt.priv-apps", true)) {
!SystemProperties.getBoolean(PROPERTY_NAME_PM_DEXOPT_PRIV_APPS_OOB, true)) {
PackageManagerServiceUtils.logPackageHasUncompressedCode(pkg);
}