commit | 05a72fda020c837800222ee5ac323ad465d6408b | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Sat Jul 09 17:33:08 2022 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Tue Jul 12 12:50:12 2022 +0100 |
tree | 09256dd0377f3072a7eced2026e9c45cc3143443 | |
parent | e2b2577f338b782c2fd977274d0d0217296783a1 [diff] [blame] |
rialto: Remove 'extern crate log' Add liblog_rust_nostd into the list of rustlibs instead. Test: m rialto Change-Id: I12fa74771c50927bbd1a0c70ece43aa09b46cd05
diff --git a/rialto/Android.bp b/rialto/Android.bp index cc71254..c2a19f3 100644 --- a/rialto/Android.bp +++ b/rialto/Android.bp
@@ -11,6 +11,7 @@ rustlibs: [ "libaarch64_paging", "libbuddy_system_allocator", + "liblog_rust_nostd", "libvmbase", ], apex_available: ["com.android.virt"],