OsConstants removed from blacklist

This commit is contained in:
Ilya Mizus 2014-02-21 23:14:07 +03:00
parent a1d98280ab
commit 66f25193df
2 changed files with 1 additions and 2 deletions

View File

@ -192,7 +192,6 @@ ifneq ($(android),)
endif
blacklist = $(luni-native)/java_io_Console.cpp \
$(luni-native)/java_lang_ProcessManager.cpp \
$(luni-native)/libcore_io_OsConstants.cpp \
$(luni-native)/libcore_net_RawSocket.cpp \
$(luni-native)/org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp \

View File

@ -2306,7 +2306,7 @@ Avian_java_lang_System_mapLibraryName
void register_java_io_Console(_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_Posix(_JNIEnv*) { }
void register_libcore_net_RawSocket(_JNIEnv*) { }