commit | 135645415e9748f2cc662a0e347f84439ffd9845 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Wed Apr 20 16:29:45 2022 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Wed Jun 29 13:04:44 2022 +0000 |
tree | 57d3745067299618a5c3554b0d3d2c7a5f841e4d | |
parent | ad0c2fb0941a3de9b3a36557129abdcafb49b1b5 [diff] [blame] |
Construct page table in Rust. Bug: 223166344 Test: atest vmbase_example.integration_test Change-Id: I023fd99395fcd795c608f78568945341c8354127
diff --git a/vmbase/example/Android.bp b/vmbase/example/Android.bp index a0d84b4..d540f4d 100644 --- a/vmbase/example/Android.bp +++ b/vmbase/example/Android.bp
@@ -13,6 +13,7 @@ "libcore.rust_sysroot", ], rustlibs: [ + "libaarch64_paging", "libbuddy_system_allocator", "libvmbase", ],