commit | eb4dc05cca463333e2b2e1795d3c5617af3691de | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Sep 26 14:18:25 2016 -0700 |
committer | Andreas Gampe <agampe@google.com> | Mon Sep 26 14:18:25 2016 -0700 |
tree | ca2e92bb9fbda0af94eb84eddbd3883c077e8a68 | |
parent | 20426c34032286e28eb887a4ed7b471d850018a4 [diff] [blame] |
ART: Fix dependencies Add libbase as a dependency to libartbenchmark. Bug: 31338270 Test: m test-art-host Change-Id: I23c9f4219710fd8b5691837c5bc197b993aafe7b
diff --git a/benchmark/Android.bp b/benchmark/Android.bp index 617f5b0..a7ca279 100644 --- a/benchmark/Android.bp +++ b/benchmark/Android.bp
@@ -26,6 +26,7 @@ shared_libs: [ "libart", "libbacktrace", + "libbase", "libnativehelper", ], clang: true,