diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-03-24 00:50:43 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-03-24 00:50:43 -0400 |
| commit | 5ab2f6fe121a7e1be4ec611a51039aaf30599a36 (patch) | |
| tree | a3a27ed23c3958108de6286e9c55e55b558bd983 /static | |
| parent | 05658f768c9624eccdfd34dc5376e8a87e4d16c4 (diff) | |
more dexpreopt changes
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/releases.html b/static/releases.html index fedcfedb..9a6d702f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -293,8 +293,6 @@ <p>List of tagged releases. Snapshot releases without tags such as early releases of the project and early device support releases are not listed.</p> - <!--<li>dexpreopt: use speed filter for boot images and non-prebuilts rather than unintentionally only setting it for prebuilts--> - <!-- <h3 id="2020.xx.xx.xx"> @@ -324,6 +322,8 @@ <li>add script/encrypt_keys.sh and script/decrypt_keys.sh for handling key encryption</li> <li>improve UX, performance and algorithm support for encrypted keys via script/release.sh</li> <li>dexpreopt: disable BOARD_USES_SYSTEM_OTHER_ODEX for mainline devices, which was causing odex files to be unintentionally omitted from the system image for modern devices</li> + <li>dexpreopt: use speed filter for boot images and non-prebuilts rather than unintentionally only setting it for prebuilts + <li>dexpreopt: disable pre-optimization for apps bundled by android-prepare-vendor to work around unresolved issues with conflicting inlined definitions</li> </ul> --> |
