[Android] Revert "Ignore build directories"
Jean-Baptiste Kempf
git at videolan.org
Sat Jul 26 22:32:10 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jul 26 22:30:54 2014 +0200| [804faa129aab8400d361f71389ad0e0f9bf65fec] | committer: Jean-Baptiste Kempf
Revert "Ignore build directories"
This reverts commit 0d15e20caa846c086cfa5b0fa3b80f3b560b9cd2.
This is now useless since c587daf7a0c565b05beb86746a96748b2a2a44b4
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=804faa129aab8400d361f71389ad0e0f9bf65fec
---
compile.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/compile.sh b/compile.sh
index ff81609..7d704af 100755
--- a/compile.sh
+++ b/compile.sh
@@ -101,8 +101,6 @@ then
echo "VLC source not found, cloning"
git clone git://git.videolan.org/vlc/vlc-2.2.git vlc
cd vlc
- echo android/ >> .git/info/exclude
- echo contrib/android/ >> .git/info/exclude
git checkout -B android ${TESTED_HASH}
else
echo "VLC source found"
More information about the Android
mailing list