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