summaryrefslogtreecommitdiffstats
path: root/libnativehelper/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2011-04-22 19:22:54 -0700
committerElliott Hughes <enh@google.com>2011-04-25 10:36:06 -0700
commitf06a4d168052054ee9f5ffa847011d944be2e570 (patch)
treee0c8c6b70daac9922a1cf2a8ecf08d18fd79fbd0 /libnativehelper/Android.mk
parent0ed5b9bf184b97b0d3fa2ef5a9f3dacd3e186e46 (diff)
downloadandroid_dalvik-f06a4d168052054ee9f5ffa847011d944be2e570.tar.gz
android_dalvik-f06a4d168052054ee9f5ffa847011d944be2e570.tar.bz2
android_dalvik-f06a4d168052054ee9f5ffa847011d944be2e570.zip
Move JNIHelp's implementation to C++.
Ouch. Change-Id: I81c0457a95549f1bef7cc8d9ab23d6ca4475cdb5
Diffstat (limited to 'libnativehelper/Android.mk')
-rw-r--r--libnativehelper/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnativehelper/Android.mk b/libnativehelper/Android.mk
index 088de1018..3b0b6dcac 100644
--- a/libnativehelper/Android.mk
+++ b/libnativehelper/Android.mk
@@ -20,13 +20,13 @@ LOCAL_PATH := $(call my-dir)
#
src_files := \
- JNIHelp.c \
- Register.c
+ JNIHelp.cpp \
+ Register.cpp
c_includes := \
$(JNI_H_INCLUDE)
-# Any shared/static libs required by libjavacore
+# Any shared/static libs required by libcore
# need to be mentioned here as well.
# TODO: fix this requirement