• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1LOCAL_PATH := $(call my-dir)
2
3include $(CLEAR_VARS)
4LOCAL_MODULE := test_inet_defs
5LOCAL_SRC_FILES := test-in.c test-in6.c
6include $(BUILD_SHARED_LIBRARY)
7