aboutsummaryrefslogtreecommitdiffstats
path: root/iptables/Android.mk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-01-22 19:43:21 -0800
committerColin Cross <ccross@android.com>2014-01-22 19:47:32 -0800
commitd4cea4666768eeadd0d1fde61e8231bba353d8ee (patch)
treec786178eca1c0066b258011c5a219d9c787aaa84 /iptables/Android.mk
parenta65313f57b59aec6e32949992cac700f86eefdd6 (diff)
downloadplatform_external_iptables-d4cea4666768eeadd0d1fde61e8231bba353d8ee.tar.gz
platform_external_iptables-d4cea4666768eeadd0d1fde61e8231bba353d8ee.tar.bz2
platform_external_iptables-d4cea4666768eeadd0d1fde61e8231bba353d8ee.zip
iptables: remove $(KERNEL_HEADERS) from include path
The kernel headers are already in the include path, and manually adding them again will break on a multiarch build, where the kernel headers may be different for each arch. Change-Id: I20867af3061bbc86d2205f5479c40f6034a61b72
Diffstat (limited to 'iptables/Android.mk')
-rw-r--r--iptables/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/iptables/Android.mk b/iptables/Android.mk
index f094c9e0..736c59a0 100644
--- a/iptables/Android.mk
+++ b/iptables/Android.mk
@@ -7,7 +7,6 @@ include $(CLEAR_VARS)
LOCAL_C_INCLUDES:= \
$(LOCAL_PATH)/../include/ \
- $(KERNEL_HEADERS) \
LOCAL_CFLAGS:=-DNO_SHARED_LIBS=1
LOCAL_CFLAGS+=-DXTABLES_INTERNAL