aboutsummaryrefslogtreecommitdiffstats
path: root/tc/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tc/Android.mk')
-rw-r--r--tc/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tc/Android.mk b/tc/Android.mk
index ecdaf88..07150e9 100644
--- a/tc/Android.mk
+++ b/tc/Android.mk
@@ -12,9 +12,9 @@ LOCAL_SYSTEM_SHARED_LIBRARIES := \
LOCAL_SHARED_LIBRARIES += libiprouteutil libnetlink
-LOCAL_C_INCLUDES := $(KERNEL_HEADERS) external/iproute2/include
+LOCAL_C_INCLUDES := $(LOCAL_PATH)/../include
-LOCAL_CFLAGS := -O2 -g -W -Wall
+LOCAL_CFLAGS := -O2 -g -W -Wall
include $(BUILD_EXECUTABLE)