summaryrefslogtreecommitdiffstats
path: root/sigchainlib
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-01-29 13:28:13 -0800
committerDan Albert <danalbert@google.com>2015-01-29 13:28:13 -0800
commitf36df544d421aa60fc4cf8a5db6356b45f97953b (patch)
tree85c2a17e6ccdee567c0aee669a6b949a9eead1a8 /sigchainlib
parentab7f56d9b9838811cb01773e45999e2cda4aa03a (diff)
downloadart-f36df544d421aa60fc4cf8a5db6356b45f97953b.zip
art-f36df544d421aa60fc4cf8a5db6356b45f97953b.tar.gz
art-f36df544d421aa60fc4cf8a5db6356b45f97953b.tar.bz2
Remove libcxx.mk cruft.
This is on by default now. No need to leave it in the makefiles. Change-Id: I20eab7426da4bbbf8b70ffc5b9af7b97487d885d
Diffstat (limited to 'sigchainlib')
-rw-r--r--sigchainlib/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/sigchainlib/Android.mk b/sigchainlib/Android.mk
index 35dec4b..e0f1769 100644
--- a/sigchainlib/Android.mk
+++ b/sigchainlib/Android.mk
@@ -69,5 +69,4 @@ LOCAL_MODULE:= libsigchain
LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/Android.mk
LOCAL_LDLIBS = -ldl
LOCAL_MULTILIB := both
-include external/libcxx/libcxx.mk
include $(BUILD_HOST_STATIC_LIBRARY)