commit | 9415ba0ae4401e94f5fb6760aa72b6515549da67 | [log] [tgz] |
---|---|---|
author | JW Wang <wangchun@google.com> | Fri Nov 06 10:22:15 2020 +0800 |
committer | JW Wang <wangchun@google.com> | Wed Dec 02 14:49:50 2020 +0800 |
tree | 2698800d469d3355751c4269b4a6e72d300429f1 | |
parent | d6395c51678f0b740fd70a899bb0bb2025031189 [diff] |
Populate APK files using hard links (2/n) This is an effort to improve the storage usage of RollbackManager. When committing a rollback, the apk/apex files will be deleted after the install session is committed successfully. We can use hard links to effectively transfer the files to PackageInstaller to avoid copy. Bug: 168562373 Test: atest RollbackTest StagedRollbackTest Change-Id: I749a17d769d1845bb0f9b34c8757b69b40b516f9