Skip to content

Commit

Permalink
CHG: [jni] cleanup jni as a module
Browse files Browse the repository at this point in the history
  • Loading branch information
koying committed Mar 11, 2017
1 parent 688d419 commit cf2b79e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 24 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
[submodule "addons/script.xbmc.debug.log"]
path = addons/script.xbmc.debug.log
url = git://github.com/koying/script.xbmc.debug.log.git
[submodule "xbmc/android/jni"]
path = xbmc/android/jni
url = https://github.com/koying/libdroidjni.git
1 change: 0 additions & 1 deletion docs/README.android
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ probably just means a debug key already existed, no cause for alarm.
$ git clone git://github.com/xbmc/xbmc.git kodi-android
$ cd kodi-android
$ git submodule update --init addons/skin.re-touched
$ git submodule update --init xbmc/android/jni

-----------------------------------------------------------------------------
5. How to compile
Expand Down
6 changes: 0 additions & 6 deletions tools/buildsteps/android/prepare-xbmc
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ rm -r $WORKSPACE/addons/skin.re-touched
fi
git submodule update --init $WORKSPACE/addons/skin.re-touched

if test -d $WORKSPACE/xbmc/android/jni
then
rm -r $WORKSPACE/xbmc/android/jni
fi
git submodule update --init $WORKSPACE/xbmc/android/jni

if test -d $WORKSPACE/addons/script.xbmc.debug.log
then
rm -r $WORKSPACE/addons/script.xbmc.debug.log
Expand Down
8 changes: 1 addition & 7 deletions tools/buildsteps/android64/prepare-xbmc
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ rm -r $WORKSPACE/addons/skin.re-touched
fi
git submodule update --init $WORKSPACE/addons/skin.re-touched

if test -d $WORKSPACE/xbmc/android/jni
then
rm -r $WORKSPACE/xbmc/android/jni
fi
git submodule update --init $WORKSPACE/xbmc/android/jni

if test -d $WORKSPACE/addons/script.xbmc.debug.log
f test -d $WORKSPACE/addons/script.xbmc.debug.log
then
rm -r $WORKSPACE/addons/script.xbmc.debug.log
fi
Expand Down
6 changes: 0 additions & 6 deletions tools/buildsteps/androidx86/prepare-xbmc
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ rm -r $WORKSPACE/addons/skin.re-touched
fi
git submodule update --init $WORKSPACE/addons/skin.re-touched

if test -d $WORKSPACE/xbmc/android/jni
then
rm -r $WORKSPACE/xbmc/android/jni
fi
git submodule update --init $WORKSPACE/xbmc/android/jni

if test -d $WORKSPACE/addons/script.xbmc.debug.log
then
rm -r $WORKSPACE/addons/script.xbmc.debug.log
Expand Down
1 change: 0 additions & 1 deletion xbmc/android/jni
Submodule jni deleted from 565523

0 comments on commit cf2b79e

Please sign in to comment.