Page 1 of 1

the Path in the android.mk

Posted: 30 Jul 2012 11:25
by s_y_
I want to know the exact path of some variables in Android.mk (in the ~/android/vlc-android/jni/)
for example

Code: Select all

LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \ $(VLC_MODULES) \ $(VLC_BUILD_DIR)/lib/.libs/libvlc.a \ $(VLC_BUILD_DIR)/src/.libs/libvlccore.a \ $(VLC_BUILD_DIR)/compat/.libs/libcompat.a \ -ldl -lz -lm -llog \
the VLC_CONTRIB and VLC_MODULES, they are not been defined in the android.mk, I want to know witch path they present.

Re: the Path in the android.mk

Posted: 31 Jul 2012 01:20
by Jean-Baptiste Kempf
Read the scripts