commit | f7b6dc88fd29874eb2f6fe426a1aa15bda2e9a5e | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Wed Apr 20 16:24:30 2022 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Thu May 12 14:20:21 2022 +0000 |
tree | 59052ffe868970f03c3b607893c1ef886b8c9fc0 | |
parent | 5d4e1c9f7cb84f452ddd8f01e7033f07d9d92ffc [diff] [blame] |
Add a heap allocator. Bug: 223166344 Test: Ran unprotected VM under crosvm. Change-Id: Ia004b21604ed6f2d0edc7bc7c317f3de35844dcb
diff --git a/vmbase/example/Android.bp b/vmbase/example/Android.bp index 4cc4bf3..9c19693 100644 --- a/vmbase/example/Android.bp +++ b/vmbase/example/Android.bp
@@ -13,6 +13,7 @@ "libcore.rust_sysroot", ], rustlibs: [ + "libbuddy_system_allocator", "libvmbase", ], enabled: false,