aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-07-29 14:33:59 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-07-29 14:33:59 -0700
commitbcc59b4ad65f77df454534ff2aa5c0cee9a9a767 (patch)
tree56ff1527c03a144d202dab71ed3481d1a22b70be
parentb7ef9951133f7a4eb86cd2016ed150d2b3bda684 (diff)
parentd184710e9483514e1cebdcc75576369fdd9440a6 (diff)
downloadplatform_external_iptables-bcc59b4ad65f77df454534ff2aa5c0cee9a9a767.tar.gz
platform_external_iptables-bcc59b4ad65f77df454534ff2aa5c0cee9a9a767.tar.bz2
platform_external_iptables-bcc59b4ad65f77df454534ff2aa5c0cee9a9a767.zip
am d184710e: Remove the debug tag.
* commit 'd184710e9483514e1cebdcc75576369fdd9440a6': Remove the debug tag.
-rw-r--r--iptables/Android.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/iptables/Android.mk b/iptables/Android.mk
index 61fe849d..b50976e5 100644
--- a/iptables/Android.mk
+++ b/iptables/Android.mk
@@ -19,8 +19,6 @@ LOCAL_LDFLAGS:=-version-info 6:0:0
LOCAL_SRC_FILES:= \
xtables.c xtoptions.c
-
-LOCAL_MODULE_TAGS:=
LOCAL_MODULE:=libxtables
include $(BUILD_STATIC_LIBRARY)
@@ -43,8 +41,7 @@ LOCAL_CFLAGS+=-D__ANDROID__
LOCAL_SRC_FILES:= \
iptables-standalone.c iptables.c xshared.c
-
-LOCAL_MODULE_TAGS:=debug
+LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:=iptables
LOCAL_STATIC_LIBRARIES := \
@@ -71,8 +68,7 @@ LOCAL_CFLAGS+=-D__ANDROID__
LOCAL_SRC_FILES:= \
ip6tables-standalone.c ip6tables.c xshared.c
-
-LOCAL_MODULE_TAGS:=debug
+LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:=ip6tables
LOCAL_STATIC_LIBRARIES := \