diff options
Diffstat (limited to 'libprofile/Android.bp')
-rw-r--r-- | libprofile/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libprofile/Android.bp b/libprofile/Android.bp index bcb90cb680..b9883f658d 100644 --- a/libprofile/Android.bp +++ b/libprofile/Android.bp @@ -45,6 +45,7 @@ cc_defaults { shared_libs: [ "libartbase", "libdexfile", + "libartbase", // For atrace. "libcutils", ], @@ -97,6 +98,7 @@ art_cc_test { shared_libs: [ "libartbased", "libdexfiled", + "libartbased", "libziparchive", ], } |