Skip to content

Monthly Archives: February 2011

Static libraries into Shared One

When compiling several static libraries into one shared using Android NDK I ran into a problem and fixing it required changing the NDK. Here is what the problem is. Let say I use this Android.mk: LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := mod1 LOCAL_SRC_FILES := libmod1.a include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE := mod2 LOCAL_SRC_FILES := [...]

Soft & Virt is Digg proof thanks to caching by WP Super Cache