summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2016-09-27 02:48:37 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-09-27 02:48:38 +0000
commit2ac59375f80f1b3071f4836f57f9b82ee4e8a99e (patch)
tree3c7423d31ab3ef7946ba545e2f5809c40de53423 /compiler
parentfdaa803ba323375fbbbddabb76acad0c09863987 (diff)
parent525a58b2e4aaf1e9d34dbd21de0f9310670c0ff7 (diff)
Merge "ART: Fix dependencies"
Diffstat (limited to 'compiler')
-rw-r--r--compiler/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp
index e56d8b2e0a..f264d3023b 100644
--- a/compiler/Android.bp
+++ b/compiler/Android.bp
@@ -185,6 +185,7 @@ art_cc_defaults {
},
generated_sources: ["art_compiler_operator_srcs"],
shared_libs: [
+ "libbase",
"liblz4",
"liblzma",
],