[Android] [PATCH] configure.sh: why we need android-9

Edward Wang edward.c.wang at compdigitec.com
Sat Jun 9 23:57:50 CEST 2012


---
 Purely cosmetic patch.

 configure.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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=..
-- 
1.7.5.4



More information about the Android mailing list