summaryrefslogtreecommitdiffstats
path: root/disassembler
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-05-21 14:55:02 -0700
committerDan Albert <danalbert@google.com>2014-05-21 19:47:17 -0700
commit2a0e954ecf7c60e6ec62d64b9382cc4ee447e224 (patch)
tree37d22f5d9e221ecd8a68c41d430e7b21fa3f54d1 /disassembler
parent299d2a2b200a94daa49c4727fd679f4461c083c7 (diff)
downloadart-2a0e954ecf7c60e6ec62d64b9382cc4ee447e224.zip
art-2a0e954ecf7c60e6ec62d64b9382cc4ee447e224.tar.gz
art-2a0e954ecf7c60e6ec62d64b9382cc4ee447e224.tar.bz2
Move art host to libc++
Change-Id: Ia51a4fdfdbae7377130a43c401c2d8d241671d1e
Diffstat (limited to 'disassembler')
-rw-r--r--disassembler/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/disassembler/Android.mk b/disassembler/Android.mk
index dd4e9d5..814323c 100644
--- a/disassembler/Android.mk
+++ b/disassembler/Android.mk
@@ -87,8 +87,8 @@ define build-libart-disassembler
LOCAL_ADDITIONAL_DEPENDENCIES := art/build/Android.common.mk
LOCAL_ADDITIONAL_DEPENDENCIES += $(LOCAL_PATH)/Android.mk
+ include external/libcxx/libcxx.mk
ifeq ($$(art_target_or_host),target)
- include external/libcxx/libcxx.mk
LOCAL_SHARED_LIBRARIES += libcutils libvixl
include $(BUILD_SHARED_LIBRARY)
else # host