commit | 5377caf30fd2080284d613f66dfb383916beb717 | [log] [tgz] |
---|---|---|
author | Srivatsa Vaddagiri <quic_svaddagi@quicinc.com> | Tue Apr 25 22:33:21 2023 -0700 |
committer | Srivatsa Vaddagiri <quic_svaddagi@quicinc.com> | Thu Apr 27 16:26:21 2023 +0530 |
tree | 241d03e54887b2338a51d39e2256555919a926d8 | |
parent | 353f5d02d574fcc35fb937497317afe872350771 [diff] [blame] |
[hypervisor] Add capabilities Allow hypervisor backends to advertize their capabilities such as dynamic memory sharing with host OS. Test: m pvmfw_img Bug: 271493784 Change-Id: Id2d755d790254814538ae6e12efb654bb091975c
diff --git a/libs/hyp/Android.bp b/libs/hyp/Android.bp index 0f125fc..1d572e5 100644 --- a/libs/hyp/Android.bp +++ b/libs/hyp/Android.bp
@@ -8,6 +8,7 @@ srcs: ["src/lib.rs"], prefer_rlib: true, rustlibs: [ + "libbitflags", "libonce_cell_nostd", "libpsci", "libuuid_nostd",