commit | a19be5f5d4d4e894d1d676882d49b7d5cacd7080 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Fri May 15 11:42:17 2020 +0900 |
committer | Jooyung Han <jooyung@google.com> | Fri May 15 14:45:04 2020 +0900 |
tree | 13eb2981ac4c9b3f536b7ada58a53176ba338855 | |
parent | 499de895f25931b6b424ce5cc79bc25f911b9dc4 [diff] |
Remove corrupt apexes in /data on boot complete Previously, .json only apexes were treated as valid but those from /data were cleaned up on boot completion. However corrupt apexes (which fail to ApexFile::Open) are not cleaned up. As we drop JSON support, .json only apexes are treated as corrupt. And these need to be cleaned up as well. Bug: 143973464 Test: apexd_host_tests Change-Id: I252bfaf68cf93b02bb3b8fca02bc92b6b2e77c4a