I managed to move a bit forward in the Android.mk customization, and I think I sorted out the modules inclusion: Here follow my current Android.mk I had to redefine most of the environment variables in Eclipse. LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := libvlcjni LOCAL_SRC_FI...