commit | 91c64d481995469a1d969d36db50363538bb69ab | [log] [tgz] |
---|---|---|
author | Srivatsa Vaddagiri <quic_svaddagi@quicinc.com> | Tue Apr 18 23:49:01 2023 -0700 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue May 09 13:27:29 2023 +0000 |
tree | 390e8b9c0bc398d4fcde016fe804d225ad467775 | |
parent | d7cbf0eeae1523c6a1183e30d77b76d80e613742 [diff] [blame] |
[hypervisor] Detect hypervisor Detect underlying hypervisor as a first step for being able to do hypervisor-specific operations. Test: m pvmfw_img Bug: 271493784 Change-Id: I82cc31f3b852bd295eedd492a20e4ead5d128bf0 Merged-In: I82cc31f3b852bd295eedd492a20e4ead5d128bf0
diff --git a/libs/hyp/Android.bp b/libs/hyp/Android.bp index e4353c8..0f125fc 100644 --- a/libs/hyp/Android.bp +++ b/libs/hyp/Android.bp
@@ -8,7 +8,9 @@ srcs: ["src/lib.rs"], prefer_rlib: true, rustlibs: [ + "libonce_cell_nostd", "libpsci", + "libuuid_nostd", ], no_stdlibs: true, stdlibs: [