Loading Android.mk +3 −2 Original line number Diff line number Diff line Loading @@ -705,7 +705,8 @@ framework_docs_LOCAL_API_CHECK_JAVA_LIBRARIES := \ ext \ framework \ telephony-common \ voip-common voip-common \ tcmiface framework_docs_LOCAL_JAVA_LIBRARIES := \ $(framework_docs_LOCAL_API_CHECK_JAVA_LIBRARIES) \ Loading Loading @@ -1048,7 +1049,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := $(ext_src_files) LOCAL_NO_STANDARD_LIBRARIES := true LOCAL_JAVA_LIBRARIES := core-libart LOCAL_JAVA_LIBRARIES := core-libart tcmiface LOCAL_JAVA_RESOURCE_DIRS := $(ext_res_dirs) LOCAL_MODULE_TAGS := optional LOCAL_MODULE := ext Loading services/java/com/android/server/SystemServer.java +1 −1 Original line number Diff line number Diff line Loading @@ -1255,7 +1255,7 @@ public final class SystemServer { int dpmFeature = SystemProperties.getInt("persist.dpm.feature", 0); Slog.i(TAG, "DPM configuration set to " + dpmFeature); if (dpmFeature > 0 && dpmFeature < 8) { if (dpmFeature > 0 && dpmFeature < 16) { PathClassLoader dpmClassLoader = new PathClassLoader("/system/framework/com.qti.dpmframework.jar", ClassLoader.getSystemClassLoader()); Loading Loading
Android.mk +3 −2 Original line number Diff line number Diff line Loading @@ -705,7 +705,8 @@ framework_docs_LOCAL_API_CHECK_JAVA_LIBRARIES := \ ext \ framework \ telephony-common \ voip-common voip-common \ tcmiface framework_docs_LOCAL_JAVA_LIBRARIES := \ $(framework_docs_LOCAL_API_CHECK_JAVA_LIBRARIES) \ Loading Loading @@ -1048,7 +1049,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := $(ext_src_files) LOCAL_NO_STANDARD_LIBRARIES := true LOCAL_JAVA_LIBRARIES := core-libart LOCAL_JAVA_LIBRARIES := core-libart tcmiface LOCAL_JAVA_RESOURCE_DIRS := $(ext_res_dirs) LOCAL_MODULE_TAGS := optional LOCAL_MODULE := ext Loading
services/java/com/android/server/SystemServer.java +1 −1 Original line number Diff line number Diff line Loading @@ -1255,7 +1255,7 @@ public final class SystemServer { int dpmFeature = SystemProperties.getInt("persist.dpm.feature", 0); Slog.i(TAG, "DPM configuration set to " + dpmFeature); if (dpmFeature > 0 && dpmFeature < 8) { if (dpmFeature > 0 && dpmFeature < 16) { PathClassLoader dpmClassLoader = new PathClassLoader("/system/framework/com.qti.dpmframework.jar", ClassLoader.getSystemClassLoader()); Loading