commit | a0e10434c49c6fe075e853da2046fd281318c4c4 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Jan 20 14:04:40 2016 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Thu Jan 21 09:36:12 2016 +0000 |
tree | 01f77c748877214426e95cfabc74bc01c8fd63e4 | |
parent | 88f04309806ec9964235e02543c7e2dbd18d6b8a [diff] |
Extract APKs on install or OTA ART will unzip APKs in memory during launch if an OAT file is not present. To save the time and memory, this patch will invoke dex2oat with '--compiler-filter=verify-at-runtime' to unzip the APK during install or after an OTA. Change-Id: I16583f9450ad60356123a29f7a6a649b2ab9999f