diff options
| author | 2018-05-17 17:13:53 +0000 | |
|---|---|---|
| committer | 2018-05-17 17:13:53 +0000 | |
| commit | df810b9c8d5013cd6f5799a75b6aaf0f3991210c (patch) | |
| tree | ad66354ce172285273431bfa69922fc12ae4135a /compiler | |
| parent | ca768656c65109d43270949d1acceb2618738e4a (diff) | |
| parent | 1f010164bea4714e9f653c52e8948c5d5305040b (diff) | |
Merge "Move ArtDexFileLoader to libdexfile"
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/Android.bp | 2 |
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", ], } |