commit | ddc124b6759d414724700ad76085a6078b5b255b | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Mon Nov 28 19:17:54 2022 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Wed Nov 30 11:55:22 2022 +0000 |
tree | 8adb63006935e85cf5c3976644b9a6c97679d4e1 | |
parent | 3f6f6a55a2f1651b9b34df8a4057586b400c43e0 [diff] |
Implement native method getEncryptedStoragePath() AVmPayload_getEncryptedStoragePath will return path to encrypted storage if present, otherwise it will return NULL pointer. The existence of ENCRYPTEDSTORE_MOUNTPOINT path is sufficient to determine this. This is because Microdroid manager passes this path as the mountpoint to encryptedstore & waits for it before starting vm_payload_service. Bug: 254454578 Test: build succeeds Change-Id: Ifdfe1b97f08fc2e3f84ba1e49e6ca3e25e0013fc
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.