summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
author David Sehr <sehr@google.com> 2018-05-17 17:13:53 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-05-17 17:13:53 +0000
commitdf810b9c8d5013cd6f5799a75b6aaf0f3991210c (patch)
treead66354ce172285273431bfa69922fc12ae4135a /compiler
parentca768656c65109d43270949d1acceb2618738e4a (diff)
parent1f010164bea4714e9f653c52e8948c5d5305040b (diff)
Merge "Move ArtDexFileLoader to libdexfile"
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 5884a548be..be963fbbdb 100644
--- a/compiler/Android.bp
+++ b/compiler/Android.bp
@@ -246,6 +246,7 @@ art_cc_library {
"libart",
"libprofile",
"libdexfile",
+ "libartbase",
],
target: {
@@ -295,6 +296,7 @@ art_cc_library {
"libartd",
"libprofiled",
"libdexfiled",
+ "libartbased",
],
}