Merge "Experimental features only on debuggable builds." into oc-dev

This commit is contained in:
Jeff Sharkey
2017-04-29 17:33:54 +00:00
committed by Android (Google) Code Review

View File

@@ -148,7 +148,7 @@ public class PackageParser {
private static final String PROPERTY_CHILD_PACKAGES_ENABLED =
"persist.sys.child_packages_enabled";
private static final boolean MULTI_PACKAGE_APK_ENABLED =
private static final boolean MULTI_PACKAGE_APK_ENABLED = Build.IS_DEBUGGABLE &&
SystemProperties.getBoolean(PROPERTY_CHILD_PACKAGES_ENABLED, false);
private static final int MAX_PACKAGES_PER_APK = 5;