[Android] configure.sh: why we need android-9
Edward Wang
git at videolan.org
Mon Jun 11 21:36:16 CEST 2012
android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sat Jun 9 17:57:14 2012 -0400| [93a36f1be9617b116d33d535f1e5b7ec2a6ccdfb] | committer: Edward Wang
configure.sh: why we need android-9
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=93a36f1be9617b116d33d535f1e5b7ec2a6ccdfb
---
configure.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.sh b/configure.sh
index e5a3c71..92f0e07 100755
--- a/configure.sh
+++ b/configure.sh
@@ -5,6 +5,8 @@ if [ -z "$ANDROID_NDK" ]; then
exit 1
fi
+# Must use android-9 here. Any replacement functions needed are in the vlc-android/jni
+# folder.
ANDROID_API=android-9
VLC_SOURCEDIR=..
More information about the Android
mailing list