summaryrefslogtreecommitdiffstats
path: root/build/Android.libart.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-03-06 16:49:32 -0800
committerElliott Hughes <enh@google.com>2012-03-06 17:21:07 -0800
commitadb8c67f6d87a160d4e3a8afea7cb93f6c14568b (patch)
tree93b265743b7fd7a831803f6bc84e2aa8ce338156 /build/Android.libart.mk
parent731b2abfccd8704d129e3b8e46a086660161fef3 (diff)
downloadart-adb8c67f6d87a160d4e3a8afea7cb93f6c14568b.zip
art-adb8c67f6d87a160d4e3a8afea7cb93f6c14568b.tar.gz
art-adb8c67f6d87a160d4e3a8afea7cb93f6c14568b.tar.bz2
Move the compiler away from libdex.
Change-Id: I0c5fdc38d94f1199023cfc6aab3060b927ad2383
Diffstat (limited to 'build/Android.libart.mk')
-rw-r--r--build/Android.libart.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/Android.libart.mk b/build/Android.libart.mk
index 9bfb15e..db05eac 100644
--- a/build/Android.libart.mk
+++ b/build/Android.libart.mk
@@ -140,7 +140,6 @@ define build-libart
LOCAL_LDLIBS += -lrt
endif
endif
- LOCAL_STATIC_LIBRARIES += libdex
ifeq ($$(art_target_or_host),target)
ifeq ($(ART_USE_LLVM_COMPILER),true)
include $(LLVM_GEN_INTRINSICS_MK)