commit | b41aa8f64a0e44d72e1b296fd1ef42fce4ca00ec | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Jul 05 12:41:00 2022 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Fri Jul 08 13:10:08 2022 +0100 |
tree | 455bc9637bbaf4d375704369ac39ad224d811ba9 | |
parent | 8b557773abd0a1e4361370eb8ac431ad632cd1db [diff] [blame] |
vmbase: Use logger in example kernel Use info! instead of println! in example code. Test: atest vmbase_example.integration_test Change-Id: I215836f892b88ba79900ae8f779d9682ca6430a6
diff --git a/vmbase/example/Android.bp b/vmbase/example/Android.bp index c75820c..e9391b9 100644 --- a/vmbase/example/Android.bp +++ b/vmbase/example/Android.bp
@@ -15,6 +15,7 @@ rustlibs: [ "libaarch64_paging", "libbuddy_system_allocator", + "liblog_rust_nostd", "libvmbase", ], enabled: false,