commit | dcb0b49c1f1ea3839782d29971651f4d7b4deb03 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Sat Feb 26 09:04:17 2022 +0900 |
committer | Jooyung Han <jooyung@google.com> | Sat Feb 26 09:04:17 2022 +0900 |
tree | bb9c89ea690651f37fa2931fb2c42d279cb89ed8 | |
parent | 6817d52ace6f3b912b920e7651ba30063d843c5e [diff] |
sign_virt_apex: do not use truncate (/usr/bin) We've found signing can be run where truncate is not available. Error: No such file or directory: 'truncate' Use python's truncate() instead. Bug: 193504286 Test: atest sign_virt_apex_test Change-Id: I9c8a78ba381274b406ba509f5f3f7ddd049bd60f
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.