commit | c25d68ebeeb586ab5eb26af5c0a69d8511904f8f | [log] [tgz] |
---|---|---|
author | Srivatsa Vaddagiri <quic_svaddagi@quicinc.com> | Wed Apr 19 22:56:33 2023 -0700 |
committer | Srivatsa Vaddagiri <quic_svaddagi@quicinc.com> | Thu Apr 27 16:26:21 2023 +0530 |
tree | e6bb0f72de0fc834a6a248802413d7a4ead08b6d | |
parent | ff27757d3cf36dbc3bc970a053832ba5d6069f2e [diff] |
[pvmfw] Define RangeExt trait on Range datatype 'is_within' of within RangeExt trait helps test if one range is contained within another range. This will avoid duplicating the same code in multiple places. Test: m pvmfw_img Bug: 271493784 Change-Id: I3fb76706620593efb45ce607eaf61d280c5a4a6c
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.