From 1f010164bea4714e9f653c52e8948c5d5305040b Mon Sep 17 00:00:00 2001 From: David Sehr Date: Tue, 15 May 2018 08:59:32 -0700 Subject: Move ArtDexFileLoader to libdexfile Adds a dependency from libdexfile on libartbase, but allows the use of MemMap loaders, etc. Bug: 78652467 Test: make -j 40 checkbuild Change-Id: I15cf33893ca9192050762f8350a3cc1e39f88dc5 --- compiler/Android.bp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compiler') 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", ], } -- cgit v1.2.3-59-g8ed1b