summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-03-27 11:29:29 -0700
committerDan Albert <danalbert@google.com>2015-03-27 11:29:29 -0700
commit42d41d5d43bf99d939ee1d66645cea836241201c (patch)
tree17b3cc7e01fe3eaf00d26a2d3cc1d996d771d604
parent47146d0a8a29c6fefb2bc9a5fa399e6666620eeb (diff)
downloadnetd-42d41d5d43bf99d939ee1d66645cea836241201c.tar.gz
Remove uses of libcxx.mk.
This is a no-op. Change-Id: Ic9d3070b7c329d9744ed660e426c5f39704ffccc
-rw-r--r--client/Android.mk1
-rw-r--r--server/Android.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/client/Android.mk b/client/Android.mk
index d3393d04..e2025348 100644
--- a/client/Android.mk
+++ b/client/Android.mk
@@ -22,5 +22,4 @@ LOCAL_CPPFLAGS := -std=c++11 -Wall -Werror
LOCAL_MODULE := libnetd_client
LOCAL_SRC_FILES := FwmarkClient.cpp NetdClient.cpp
-include external/libcxx/libcxx.mk
include $(BUILD_SHARED_LIBRARY)
diff --git a/server/Android.mk b/server/Android.mk
index ecc88294..5ba45ad2 100644
--- a/server/Android.mk
+++ b/server/Android.mk
@@ -74,7 +74,6 @@ LOCAL_SRC_FILES := \
main.cpp \
oem_iptables_hook.cpp \
-include external/libcxx/libcxx.mk
include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)