Skip to content

Commit

Permalink
jni: build jni library
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Fields committed May 10, 2013
1 parent dd9c20e commit 3451f29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ lib/cmyth/Makefile
/xbmc/android/Makefile
/xbmc/android/activity/Makefile
/xbmc/android/loader/Makefile
/xbmc/android/jni/Makefile

# /xbmc/cdrip/
/xbmc/cdrip/Makefile
Expand Down
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2455,6 +2455,7 @@ OUTPUT_FILES="Makefile \
xbmc/peripherals/devices/Makefile \
xbmc/android/activity/Makefile \
xbmc/android/loader/Makefile \
xbmc/android/jni/Makefile \
xbmc/utils/Makefile \
xbmc/main/Makefile"

Expand Down

0 comments on commit 3451f29

Please sign in to comment.