summaryrefslogtreecommitdiffstats
path: root/luni-kernel/src/main/native/sub.mk
diff options
context:
space:
mode:
Diffstat (limited to 'luni-kernel/src/main/native/sub.mk')
-rw-r--r--luni-kernel/src/main/native/sub.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/luni-kernel/src/main/native/sub.mk b/luni-kernel/src/main/native/sub.mk
new file mode 100644
index 0000000..cd4ce92
--- /dev/null
+++ b/luni-kernel/src/main/native/sub.mk
@@ -0,0 +1,17 @@
+# 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_lang_ProcessManager.c \
+ java_lang_System.c
+
+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 +=
+
+LOCAL_STATIC_LIBRARIES +=