summaryrefslogtreecommitdiffstats
path: root/compiler
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-07-12 19:46:57 -0700
committerStephen Hines <srhines@google.com>2013-07-12 19:46:57 -0700
commite68fb3c532f7a99c50b34321577dfc8a1bc3e6b1 (patch)
treed4349e7679fe844f06a3fce2feaded223775c859 /compiler
parent7940e44f4517de5e2634a7e07d58d0fb26160513 (diff)
downloadart-e68fb3c532f7a99c50b34321577dfc8a1bc3e6b1.zip
art-e68fb3c532f7a99c50b34321577dfc8a1bc3e6b1.tar.gz
art-e68fb3c532f7a99c50b34321577dfc8a1bc3e6b1.tar.bz2
Mark libbcinfo as a SHARED_LIBRARY dependency.
ART's compiler depends on libbcc, which transitively depends on libbcinfo. Without the direct specification, it is possible to end up with a build that fails to link. Change-Id: I8a7237e2d5ed8118e4f4d78031ac528d0905c070
Diffstat (limited to 'compiler')
-rw-r--r--compiler/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Android.mk b/compiler/Android.mk
index 40a74c1..0bb8770 100644
--- a/compiler/Android.mk
+++ b/compiler/Android.mk
@@ -172,7 +172,7 @@ $$(ENUM_OPERATOR_OUT_GEN): $$(GENERATED_SRC_DIR)/%_operator_out.cc : $(LOCAL_PAT
endif
LOCAL_SHARED_LIBRARIES += libart
endif
- LOCAL_SHARED_LIBRARIES += libbcc libLLVM
+ LOCAL_SHARED_LIBRARIES += libbcc libbcinfo libLLVM
ifeq ($(ART_USE_PORTABLE_COMPILER),true)
LOCAL_CFLAGS += -DART_USE_PORTABLE_COMPILER=1