am 372b6f74: Enable runtime selection for art for user builds

* commit '372b6f74b17fe1ef207bcda511dd71a93f792682':
  Enable runtime selection for art for user builds
This commit is contained in:
Brian Carlstrom
2013-09-25 11:28:35 -07:00
committed by Android Git Automerger

View File

@@ -326,10 +326,8 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
Preference selectRuntime = findPreference(SELECT_RUNTIME_KEY);
if (selectRuntime != null) {
mAllPrefs.add(selectRuntime);
if (!removePreferenceForProduction(selectRuntime)) {
filterRuntimeOptions(selectRuntime);
}
}
Preference hdcpChecking = findPreference(HDCP_CHECKING_KEY);
if (hdcpChecking != null) {