summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-10-18 13:15:02 -0700
committer Andreas Gampe <agampe@google.com> 2017-10-18 13:27:12 -0700
commit2b51edd7918d6a70fd335cdc5af50e9513aab1cf (patch)
treee2e57953d38318df3b7d32ca707fa07093fb16d7 /compiler
parentd6947136eab2fcefb1a9195110b9195aabaf469e (diff)
ART: Fix includes
Add missing libnativehelper dependencies. Remove superfluous ScopedLocalRef includes. Test: mmma art Change-Id: Ic2ecbcc1d205500307f0ef5b2859c60d3fc336f3
Diffstat (limited to 'compiler')
-rw-r--r--compiler/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp
index 1e4cdf2bd5..c2984e1743 100644
--- a/compiler/Android.bp
+++ b/compiler/Android.bp
@@ -191,6 +191,7 @@ art_cc_defaults {
shared_libs: [
"libbase",
"liblzma",
+ "libnativehelper",
],
include_dirs: ["art/disassembler"],
header_libs: [
@@ -415,6 +416,7 @@ art_cc_test {
"libvixld-arm64",
"libbacktrace",
+ "libnativehelper",
"libnativeloader",
],