commit | f2594888f45e0e6228593f07556473663ccb9451 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Mar 15 17:32:53 2022 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Thu Apr 14 16:56:19 2022 +0000 |
tree | 3fca228aa3eb470c3fac7c62ca2dbfd8a062fb6a | |
parent | a0ecabdae4045491f9cf64108cd8d3f64d45c3e3 [diff] [blame] |
Add minimal UART driver for console. Bug: 223166344 Test: Ran unprotected VM under crosvm. Change-Id: I4e779ab0c87597db9384247f269b2b28f6e18b30
diff --git a/pvmfw/Android.bp b/pvmfw/Android.bp index 7123da4..ce096b6 100644 --- a/pvmfw/Android.bp +++ b/pvmfw/Android.bp
@@ -8,6 +8,9 @@ "libcompiler_builtins.rust_sysroot", "libcore.rust_sysroot", ], + rustlibs: [ + "libspin_nostd", + ], enabled: false, target: { android_arm64: {