summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native/sub.mk
diff options
context:
space:
mode:
Diffstat (limited to 'luni/src/main/native/sub.mk')
-rw-r--r--luni/src/main/native/sub.mk34
1 files changed, 34 insertions, 0 deletions
diff --git a/luni/src/main/native/sub.mk b/luni/src/main/native/sub.mk
new file mode 100644
index 0000000..d277f82
--- /dev/null
+++ b/luni/src/main/native/sub.mk
@@ -0,0 +1,34 @@
+# This file is included by the top-level libcore Android.mk.
+# It's not a normal makefile, so we don't include CLEAR_VARS
+# or BUILD_*_LIBRARY.
+
+LOCAL_SRC_FILES := \
+ java_io_File.c \
+ java_io_FileDescriptor.c \
+ java_io_ObjectInputStream.c \
+ java_io_ObjectOutputStream.c \
+ java_io_ObjectStreamClass.c \
+ java_lang_Double.c \
+ java_lang_Float.c \
+ java_lang_Math.c \
+ java_lang_StrictMath.c \
+ java_net_InetAddress.cpp \
+ java_net_NetworkInterface.c \
+ cbigint.c \
+ commonDblParce.c \
+ org_apache_harmony_luni_util_fltparse.c \
+ org_apache_harmony_luni_util_NumberConvert.c \
+ org_apache_harmony_luni_platform_OSNetworkSystem.cpp \
+ org_apache_harmony_luni_platform_OSFileSystem.cpp \
+ org_apache_harmony_luni_platform_OSMemory.cpp
+
+LOCAL_C_INCLUDES +=
+
+# Any shared/static libs that are listed here must also
+# be listed in libs/nativehelper/Android.mk.
+# TODO: fix this requirement
+
+LOCAL_SHARED_LIBRARIES += libutils
+
+LOCAL_STATIC_LIBRARIES += \
+ libfdlibm