1 # -*- mode: makefile -*- 2 # This file is included by the top-level libcore Android.mk. 3 # It's not a normal makefile, so we don't include CLEAR_VARS 4 # or BUILD_*_LIBRARY. 5 6 LOCAL_SRC_FILES := \ 7 ExecStrings.cpp \ 8 IcuUtilities.cpp \ 9 JniException.cpp \ 10 NetworkUtilities.cpp \ 11 Register.cpp \ 12 ZipUtilities.cpp \ 13 android_system_OsConstants.cpp \ 14 cbigint.cpp \ 15 java_lang_StringToReal.cpp \ 16 java_lang_invoke_MethodHandle.cpp \ 17 java_math_NativeBN.cpp \ 18 java_util_regex_Matcher.cpp \ 19 java_util_regex_Pattern.cpp \ 20 libcore_icu_ICU.cpp \ 21 libcore_icu_NativeConverter.cpp \ 22 libcore_icu_TimeZoneNames.cpp \ 23 libcore_io_AsynchronousCloseMonitor.cpp \ 24 libcore_io_Linux.cpp \ 25 libcore_io_Memory.cpp \ 26 libcore_util_NativeAllocationRegistry.cpp \ 27 org_apache_harmony_xml_ExpatParser.cpp \ 28 sun_misc_Unsafe.cpp \ 29 valueOf.cpp \ 30 31 LOCAL_STATIC_LIBRARIES += \ 32 libbase \ 33 libfdlibm \ 34 35 LOCAL_SHARED_LIBRARIES += \ 36 liblog \ 37 libnativehelper \ 38