[Android] Depend on built .so rather than on installed ones

Rafaël Carré git at videolan.org
Sat Mar 3 23:54:21 CET 2012


android | branch: master | Rafaël Carré <funman at videolan.org> | Sat Mar  3 17:52:08 2012 -0500| [23d93b9aeb4e83df705f75ecacb3d186507a15b9] | committer: Rafaël Carré

Depend on built .so rather than on installed ones

They will be re-installed when rebuilt

> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=23d93b9aeb4e83df705f75ecacb3d186507a15b9
---

 Makefile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index d2bf805..c28c11a 100644
--- a/Makefile
+++ b/Makefile
@@ -11,9 +11,9 @@ JAVA_SOURCES=$(SRC)/src/org/videolan/vlc/*.java
 JNI_SOURCES=$(SRC)/jni/*.c $(SRC)/jni/*.h
 VLC_APK=$(SRC)/bin/VLC-debug.apk
 LIBVLCJNI=	\
-	$(SRC)/libs/$(ARCH)/libvlcjni.so \
-	$(SRC)/libs/$(ARCH)/libiomx-ics.so \
-	$(SRC)/libs/$(ARCH)/libiomx-gingerbread.so \
+	$(SRC)/obj/local/$(ARCH)/libvlcjni.so \
+	$(SRC)/obj/local/$(ARCH)/libiomx-ics.so \
+	$(SRC)/obj/local/$(ARCH)/libiomx-gingerbread.so \
 
 LIBVLCJNI_H=$(SRC)/jni/libvlcjni.h
 



More information about the Android mailing list