aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-07-29 13:27:40 -0700
committerThe Android Automerger <android-build@android.com>2011-07-29 16:40:11 -0700
commit6f66fe95d98e5c18823e78670a28eb25d04c70fd (patch)
tree56ff1527c03a144d202dab71ed3481d1a22b70be
parente37d45ce390c2f5a7f1e64742b9100ecef0def54 (diff)
downloadplatform_external_iptables-honeycomb-LTE-release.tar.gz
platform_external_iptables-honeycomb-LTE-release.tar.bz2
platform_external_iptables-honeycomb-LTE-release.zip
iptables are now needed by all products. It should be added to core.mk. Change-Id: Ie1f3a83b0e0ba15482b7b76c81ada3bf8faf6096
-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 := \