mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
OsConstants removed from blacklist
This commit is contained in:
parent
a1d98280ab
commit
66f25193df
1
makefile
1
makefile
@ -192,7 +192,6 @@ ifneq ($(android),)
|
|||||||
endif
|
endif
|
||||||
blacklist = $(luni-native)/java_io_Console.cpp \
|
blacklist = $(luni-native)/java_io_Console.cpp \
|
||||||
$(luni-native)/java_lang_ProcessManager.cpp \
|
$(luni-native)/java_lang_ProcessManager.cpp \
|
||||||
$(luni-native)/libcore_io_OsConstants.cpp \
|
|
||||||
$(luni-native)/libcore_net_RawSocket.cpp \
|
$(luni-native)/libcore_net_RawSocket.cpp \
|
||||||
$(luni-native)/org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp \
|
$(luni-native)/org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp \
|
||||||
|
|
||||||
|
@ -2306,7 +2306,7 @@ Avian_java_lang_System_mapLibraryName
|
|||||||
|
|
||||||
void register_java_io_Console(_JNIEnv*) { }
|
void register_java_io_Console(_JNIEnv*) { }
|
||||||
void register_java_lang_ProcessManager(_JNIEnv*) { }
|
void register_java_lang_ProcessManager(_JNIEnv*) { }
|
||||||
void register_libcore_io_OsConstants(_JNIEnv*) { }
|
//void register_libcore_io_OsConstants(_JNIEnv*) { }
|
||||||
//void register_libcore_io_AsynchronousCloseMonitor(_JNIEnv*) { }
|
//void register_libcore_io_AsynchronousCloseMonitor(_JNIEnv*) { }
|
||||||
//void register_libcore_io_Posix(_JNIEnv*) { }
|
//void register_libcore_io_Posix(_JNIEnv*) { }
|
||||||
void register_libcore_net_RawSocket(_JNIEnv*) { }
|
void register_libcore_net_RawSocket(_JNIEnv*) { }
|
||||||
|
Loading…
Reference in New Issue
Block a user