commit | f934e81ddb1ef410dfd0d354fca06140ecb847a1 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Fri Jul 05 15:44:41 2024 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Fri Jul 05 16:16:40 2024 +0000 |
tree | 4446748630a8fff15f979e7a77353a4a27ecdc8d | |
parent | 83e5bd9268f84aab4a5b8ac6cb51d3912fc904db [diff] [blame] |
Fail early with a descriptive error message if pVMs are not supported Bug: 350902964 Test: run-microdroid --protected on cf_x86_64 Change-Id: If65afa302e2567f411eb0796ed73d483f28b7538
diff --git a/virtualizationmanager/Android.bp b/virtualizationmanager/Android.bp index d1ef4de..ada66dd 100644 --- a/virtualizationmanager/Android.bp +++ b/virtualizationmanager/Android.bp
@@ -70,6 +70,7 @@ "libvsock", "liblibfdt", "libfsfdt", + "libhypervisor_props", // TODO(b/202115393) stabilize the interface "packagemanager_aidl-rust", ],