Merge "Apparently SystemProperties jni native support must now be registered before Binder's."
This commit is contained in:
committed by
Android (Google) Code Review
commit
840f1263b3
@@ -1194,6 +1194,7 @@ static const RegJNIRec gRegJNI[] = {
|
||||
REG_JNI(register_android_text_AndroidBidi),
|
||||
REG_JNI(register_android_text_KeyCharacterMap),
|
||||
REG_JNI(register_android_os_Process),
|
||||
REG_JNI(register_android_os_SystemProperties),
|
||||
REG_JNI(register_android_os_Binder),
|
||||
REG_JNI(register_android_view_Display),
|
||||
REG_JNI(register_android_nio_utils),
|
||||
@@ -1251,7 +1252,6 @@ static const RegJNIRec gRegJNI[] = {
|
||||
REG_JNI(register_android_os_ParcelFileDescriptor),
|
||||
REG_JNI(register_android_os_Power),
|
||||
REG_JNI(register_android_os_StatFs),
|
||||
REG_JNI(register_android_os_SystemProperties),
|
||||
REG_JNI(register_android_os_UEventObserver),
|
||||
REG_JNI(register_android_net_LocalSocketImpl),
|
||||
REG_JNI(register_android_net_NetworkUtils),
|
||||
|
||||
Reference in New Issue
Block a user