diff options
Diffstat (limited to 'dexlayout/Android.bp')
| -rw-r--r-- | dexlayout/Android.bp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dexlayout/Android.bp b/dexlayout/Android.bp index b009774582..bf56239397 100644 --- a/dexlayout/Android.bp +++ b/dexlayout/Android.bp @@ -41,6 +41,7 @@ art_cc_library { shared_libs: [ "libart", "libdexfile", + "libartbase", "libprofile", ], @@ -62,6 +63,7 @@ art_cc_library { shared_libs: [ "libartd", "libdexfiled", + "libartbased", "libprofiled", ], } @@ -82,6 +84,7 @@ art_cc_binary { shared_libs: [ "libprofile", "libart", + "libartbase", "libart-dexlayout", ], } @@ -95,6 +98,7 @@ art_cc_binary { shared_libs: [ "libprofiled", "libartd", + "libartbased", "libartd-dexlayout", ], } @@ -117,6 +121,7 @@ art_cc_binary { cflags: ["-Wall"], shared_libs: [ "libart", + "libartbase", "libart-dexlayout", "libbase", ], |