commit | 525a58b2e4aaf1e9d34dbd21de0f9310670c0ff7 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Sep 26 18:09:47 2016 -0700 |
committer | Andreas Gampe <agampe@google.com> | Mon Sep 26 18:09:47 2016 -0700 |
tree | 3c7423d31ab3ef7946ba545e2f5809c40de53423 | |
parent | fdaa803ba323375fbbbddabb76acad0c09863987 [diff] |
ART: Fix dependencies Add libbase to libart-compiler. Bug: 31338270 Test: m test-art-host Change-Id: I6398baaaee15063f4c275f40109d943c04af066f
diff --git a/compiler/Android.bp b/compiler/Android.bp index e56d8b2..f264d30 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp
@@ -185,6 +185,7 @@ }, generated_sources: ["art_compiler_operator_srcs"], shared_libs: [ + "libbase", "liblz4", "liblzma", ],