1 2 3 4 5 6 7
LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE:= libctest LOCAL_SRC_FILES := ctest.c include $(BUILD_SHARED_LIBRARY)