diff --git a/static/releases.html b/static/releases.html index de323e5f..439e7c37 100644 --- a/static/releases.html +++ b/static/releases.html @@ -318,7 +318,8 @@
  • make_key: use scrypt for key derivation used to encrypt keys

  • add script/encrypt_keys.sh and script/decrypt_keys.sh for handling key encryption
  • improve performance and algorithm support for encrypted keys via script/release.sh
  • -
  • disable BOARD_USES_SYSTEM_OTHER_ODEX for mainline devices
  • +
  • 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
  • +
  • dexpreopt: use speed filter for boot images and non-prebuilts rather than unintentionally only setting it for prebuilts -->