From 66a3324c4c46c4e4c198d997caba548e78ed436d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 19 Apr 2020 02:52:02 -0400 Subject: avoid omitting optional closing tags --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/releases.html') diff --git a/static/releases.html b/static/releases.html index 56f7a1a4..74797985 100644 --- a/static/releases.html +++ b/static/releases.html @@ -399,7 +399,7 @@
  • add script/encrypt_keys.sh and script/decrypt_keys.sh for handling key encryption
  • improve UX, performance and algorithm support for encrypted keys in script/release.sh and script/generate_delta.sh
  • 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 +
  • dexpreopt: use speed filter for boot images and non-prebuilts rather than unintentionally only setting it for prebuilts
  • dexpreopt: disable pre-optimization for apps bundled by android-prepare-vendor to work around unresolved issues with conflicting inlined definitions
  • -- cgit v1.3.1