diff options
Diffstat (limited to 'netcfg/Android.mk')
-rw-r--r-- | netcfg/Android.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/netcfg/Android.mk b/netcfg/Android.mk deleted file mode 100644 index fc01a54..0000000 --- a/netcfg/Android.mk +++ /dev/null @@ -1,17 +0,0 @@ -ifneq ($(BUILD_TINY_ANDROID),true) -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) -LOCAL_SRC_FILES:= netcfg.c -LOCAL_MODULE:= netcfg - -#LOCAL_FORCE_STATIC_EXECUTABLE := true -#LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT_SBIN) -#LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_SBIN_UNSTRIPPED) -#LOCAL_STATIC_LIBRARIES := libcutils libc - -LOCAL_SHARED_LIBRARIES := libc libnetutils -LOCAL_CFLAGS := -Werror - -include $(BUILD_EXECUTABLE) -endif |