aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCory Fields <theuni-nospam-@xbmc.org>2013-04-29 17:23:38 -0400
committerCory Fields <theuni-nospam-@xbmc.org>2013-05-10 19:37:47 -0400
commit3451f297dda79fcb6ce8e6056e8e7ca7b381f670 (patch)
tree6c9190ea8de5dbe3ee919a81d3caa729c5674ce5 /Makefile.in
parentdd9c20e945d01538d488d4fcd11d75c7652a5c4e (diff)
jni: build jni library
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index f0827f2b98..0e827b4401 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -162,6 +162,7 @@ DIRECTORY_ARCHIVES += xbmc/android/loader/AndroidDyload.a
DIRECTORY_ARCHIVES += xbmc/windowing/android/windowing_android.a
DIRECTORY_ARCHIVES += xbmc/android/activity/activity.a
DIRECTORY_ARCHIVES += xbmc/android/bionic_supplement/bionic_supplement.a
+DIRECTORY_ARCHIVES += xbmc/android/jni/jni.a
endif
ifeq (@USE_AMLPLAYER@,1)