only set ANDROID_FLAGS if not already set

This commit is contained in:
Joey Hess 2013-05-04 14:16:15 -04:00
parent e9c542f7c6
commit c56c9355cb

View file

@ -158,7 +158,7 @@ osxapp: Build/Standalone Build/OSXMkLibs
rm -f tmp/git-annex.dmg.bz2 rm -f tmp/git-annex.dmg.bz2
bzip2 --fast tmp/git-annex.dmg bzip2 --fast tmp/git-annex.dmg
ANDROID_FLAGS= ANDROID_FLAGS?=
# Cross compile for Android. # Cross compile for Android.
# Uses https://github.com/neurocyte/ghc-android # Uses https://github.com/neurocyte/ghc-android
android: Build/EvilSplicer android: Build/EvilSplicer