commit | 1c8f14cbf905773f878109f02ce4e001ab2f4aec | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Nov 29 11:29:16 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Sat Dec 04 14:25:51 2021 +0900 |
tree | c6d05528cf5eb7ba8cc8d5f4d695e1be4277452e | |
parent | e996abc22b51ff5a746c8ee418173741673f32e3 [diff] |
Force disable symlink optimization for the virt/compos APEX Previously, since the virt APEX/compos are configured as non-updatable, the build system enabled the symlink optimization where files are installed directly to the system partition and the APEX has symlinks to the files. However, this forced us to add those files to PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST as we install the APEX conditionally - because the inclusion of the APEX is done by a product, not by the core build system. This change works around the problem by turning the new switch `future_updatable` on, so that the symlink optimization is forcibly disabled. Bug: 207336449 Test: watch TH Test: run asit/ota/signing Change-Id: I841b46895df036f278a85dd318f3317a351992c3
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.