Loading core/jni/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ cc_library_shared { "android_graphics_Picture.cpp", "android_nio_utils.cpp", "android_os_SystemClock.cpp", "android_os_SystemProperties.cpp", "android_util_PathParser.cpp", "android_view_DisplayListCanvas.cpp", "android_view_RenderNode.cpp", Loading Loading @@ -171,7 +172,6 @@ cc_library_shared { "android_os_Parcel.cpp", "android_os_SELinux.cpp", "android_os_SharedMemory.cpp", "android_os_SystemProperties.cpp", "android_os_Trace.cpp", "android_os_UEventObserver.cpp", "android_os_VintfObject.cpp", Loading core/jni/LayoutlibLoader.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ extern int register_android_graphics_fonts_FontFamily(JNIEnv* env); extern int register_android_graphics_text_LineBreaker(JNIEnv* env); extern int register_android_graphics_text_MeasuredText(JNIEnv* env); extern int register_android_os_SystemClock(JNIEnv* env); extern int register_android_os_SystemProperties(JNIEnv* env); extern int register_android_util_PathParser(JNIEnv* env); extern int register_android_view_RenderNode(JNIEnv* env); extern int register_android_view_DisplayListCanvas(JNIEnv* env); Loading Loading @@ -113,11 +114,11 @@ static const std::unordered_map<std::string, RegJNIRec> gRegJNIMap = { {"android.graphics.text.LineBreaker", REG_JNI(register_android_graphics_text_LineBreaker)}, {"android.graphics.text.MeasuredText", REG_JNI(register_android_graphics_text_MeasuredText)}, {"android.os.SystemClock", REG_JNI(register_android_os_SystemClock)}, {"android.os.SystemProperties", REG_JNI(register_android_os_SystemProperties)}, {"android.util.PathParser", REG_JNI(register_android_util_PathParser)}, {"com.android.internal.util.VirtualRefBasePtr", REG_JNI(register_com_android_internal_util_VirtualRefBasePtr)}, {"com.android.internal.view.animation.NativeInterpolatorFactoryHelper", REG_JNI(register_com_android_internal_view_animation_NativeInterpolatorFactoryHelper)}, }; // Vector to store the names of classes that need delegates of their native methods static vector<string> classesToDelegate; Loading core/jni/android_os_SystemProperties.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ #include "android-base/logging.h" #include "android-base/properties.h" #include "cutils/properties.h" #include "utils/misc.h" #include <utils/Log.h> #include "jni.h" Loading Loading
core/jni/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ cc_library_shared { "android_graphics_Picture.cpp", "android_nio_utils.cpp", "android_os_SystemClock.cpp", "android_os_SystemProperties.cpp", "android_util_PathParser.cpp", "android_view_DisplayListCanvas.cpp", "android_view_RenderNode.cpp", Loading Loading @@ -171,7 +172,6 @@ cc_library_shared { "android_os_Parcel.cpp", "android_os_SELinux.cpp", "android_os_SharedMemory.cpp", "android_os_SystemProperties.cpp", "android_os_Trace.cpp", "android_os_UEventObserver.cpp", "android_os_VintfObject.cpp", Loading
core/jni/LayoutlibLoader.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ extern int register_android_graphics_fonts_FontFamily(JNIEnv* env); extern int register_android_graphics_text_LineBreaker(JNIEnv* env); extern int register_android_graphics_text_MeasuredText(JNIEnv* env); extern int register_android_os_SystemClock(JNIEnv* env); extern int register_android_os_SystemProperties(JNIEnv* env); extern int register_android_util_PathParser(JNIEnv* env); extern int register_android_view_RenderNode(JNIEnv* env); extern int register_android_view_DisplayListCanvas(JNIEnv* env); Loading Loading @@ -113,11 +114,11 @@ static const std::unordered_map<std::string, RegJNIRec> gRegJNIMap = { {"android.graphics.text.LineBreaker", REG_JNI(register_android_graphics_text_LineBreaker)}, {"android.graphics.text.MeasuredText", REG_JNI(register_android_graphics_text_MeasuredText)}, {"android.os.SystemClock", REG_JNI(register_android_os_SystemClock)}, {"android.os.SystemProperties", REG_JNI(register_android_os_SystemProperties)}, {"android.util.PathParser", REG_JNI(register_android_util_PathParser)}, {"com.android.internal.util.VirtualRefBasePtr", REG_JNI(register_com_android_internal_util_VirtualRefBasePtr)}, {"com.android.internal.view.animation.NativeInterpolatorFactoryHelper", REG_JNI(register_com_android_internal_view_animation_NativeInterpolatorFactoryHelper)}, }; // Vector to store the names of classes that need delegates of their native methods static vector<string> classesToDelegate; Loading
core/jni/android_os_SystemProperties.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,6 @@ #include "android-base/logging.h" #include "android-base/properties.h" #include "cutils/properties.h" #include "utils/misc.h" #include <utils/Log.h> #include "jni.h" Loading