commit | 20412d9e11e4a6c34a1509b714bd976e49c800df | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Thu Mar 18 10:53:06 2021 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Thu Mar 18 13:41:33 2021 +0000 |
tree | 487cee6d666cfbdd510363333422f5bd92871741 | |
parent | a89fc131319f9e78755ab214a97e8be9ce72d8fc [diff] [blame] |
vm: Use Structopt for parsing command line arguments Test: adb shell /apex/com.android.virt/bin/vm --help Change-Id: I1c19f6f3d0ef3f78cd1c8a52fbce6a09affe08fe
diff --git a/vm/Android.bp b/vm/Android.bp index 5089e39..248af4d 100644 --- a/vm/Android.bp +++ b/vm/Android.bp
@@ -14,6 +14,7 @@ "libenv_logger", "liblibc", "liblog_rust", + "libstructopt", ], apex_available: [ "com.android.virt",