[Android] Don't build ANW.18 or ANW.21 since it seems the headers are missing

Jean-Baptiste Kempf git at videolan.org
Thu Feb 5 20:15:48 CET 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb  5 20:07:40 2015 +0100| [50caa2b10f88dfef87f4d4fc785973384045aecf] | committer: Jean-Baptiste Kempf

Don't build ANW.18 or ANW.21 since it seems the headers are missing

android_native_buffer.h is not present in the android-headers folders
for 18 19 and 21

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=50caa2b10f88dfef87f4d4fc785973384045aecf
---

 libvlc/jni/Android.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libvlc/jni/Android.mk b/libvlc/jni/Android.mk
index d81f607..d768449 100644
--- a/libvlc/jni/Android.mk
+++ b/libvlc/jni/Android.mk
@@ -191,7 +191,8 @@ $(TARGET_OUT)/$(1).so: $(ANDROID_PRIVATE_LIBS)
 include $(BUILD_SHARED_LIBRARY)
 endef
 
-LIBANW_LIBS += libanw.10 libanw.13 libanw.14 libanw.18 libanw.21
+LIBANW_LIBS += libanw.10 libanw.13 libanw.14
+#libanw.18 libanw.21
 
 $(foreach ANW_MODULE,$(LIBANW_LIBS), \
     $(eval $(call build_anw,$(ANW_MODULE),$(subst libanw.,,$(ANW_MODULE)))))



More information about the Android mailing list