commit | fc531151c07685135163c6bdffecf5c2d98ff983 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Oct 20 12:22:23 2022 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Nov 07 10:49:30 2022 +0000 |
tree | 36befc17cc231ed0f0b118f7a946505682a78f04 | |
parent | 1dabd56bd85c7a9639ccd26565c1575b2c19234b [diff] [blame] |
pvmfw: Integrate buddy_system_allocator Add support for heap allocation. Test: atest MicrodroidTestApp Change-Id: I6b4df790b3cd86fe29db87dd312d5c671548e607
diff --git a/pvmfw/Android.bp b/pvmfw/Android.bp index b644905..71bac72 100644 --- a/pvmfw/Android.bp +++ b/pvmfw/Android.bp
@@ -9,6 +9,7 @@ srcs: ["src/main.rs"], edition: "2021", rustlibs: [ + "libbuddy_system_allocator", "liblog_rust_nostd", "libpvmfw_embedded_key", "libvmbase",