commit | 0c4d3df475a9a1cd6eed4f4015ce96d9f8241649 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Thu May 27 14:00:42 2021 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Wed Jun 09 11:46:06 2021 +0000 |
tree | 4bf9d8c48302b0b6cf286fa955d71d16ec0bcf9d | |
parent | 83ee5be7fc4224491252f1b70237450cf91c4914 [diff] [blame] |
Move shared config structs to shared crate. Bug: 184131523 Test: mm Change-Id: I53e46a2985addbee9facd5b007778ae60c583900
diff --git a/vm/Android.bp b/vm/Android.bp index e7148ca..c07beb2 100644 --- a/vm/Android.bp +++ b/vm/Android.bp
@@ -10,6 +10,7 @@ rustlibs: [ "android.system.virtualizationservice-rust", "libanyhow", + "libcompositediskconfig", "libenv_logger", "liblibc", "liblog_rust",