aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-11-25 18:37:41 -0800
committerDan Albert <danalbert@google.com>2014-11-25 18:37:41 -0800
commitc431505fd6f259024d854775fa4039cbb33a7f42 (patch)
tree07141b01d71b59b21d528f4a9dd6eec04c2e1eca
parent94ccd7362d9e5f8f422ee54215af9952ed41a274 (diff)
downloadiptables-c431505fd6f259024d854775fa4039cbb33a7f42.tar.gz
Clean up unused variable in makefile.
This variable is unused, and will actually break the build system if this makefile is included first, since `local-intermediates-dir` requires LOCAL_MODULE and LOCAL_MODULE_CLASS to be set before calling. Change-Id: I326e9f184bb00f53bf81c59cdbeddb4be801e1e3
-rw-r--r--libxtables/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/libxtables/Android.mk b/libxtables/Android.mk
index f592f65a..dbdf938b 100644
--- a/libxtables/Android.mk
+++ b/libxtables/Android.mk
@@ -1,5 +1,4 @@
LOCAL_PATH:= $(call my-dir)
-My_intermediaries := $(call local-intermediates-dir)
#----------------------------------------------------------------
# libxtables