[Android] Unexport ANDROID_LIBS
Jean-Baptiste Kempf
git at videolan.org
Thu Feb 5 17:34:38 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 5 17:16:52 2015 +0100| [af3e6aab964c6fbb4f0735e7b8c74578fbf2573e] | committer: Jean-Baptiste Kempf
Unexport ANDROID_LIBS
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=af3e6aab964c6fbb4f0735e7b8c74578fbf2573e
---
compile.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/compile.sh b/compile.sh
index ddb97af..4441b2b 100755
--- a/compile.sh
+++ b/compile.sh
@@ -163,7 +163,6 @@ else
TARGET=
fi
-export ANDROID_LIBS=${PWD}/android-libs # Android.mk
export VLC_BUILD_DIR=vlc/build-android-${TARGET_TUPLE} # Android.mk
make -j1 TARGET_TUPLE=$TARGET_TUPLE RELEASE=$RELEASE $TARGET
@@ -198,7 +197,6 @@ export ANDROID_SDK=$ANDROID_SDK
export ANDROID_NDK=$ANDROID_NDK
export ANDROID_ABI=$ANDROID_ABI
export ANDROID_API=$ANDROID_API
-export ANDROID_LIBS=$ANDROID_LIBS
export VLC_BUILD_DIR=$VLC_BUILD_DIR
export TARGET_TUPLE=$TARGET_TUPLE
export RELEASE=$RELEASE
More information about the Android
mailing list