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