update generate_delta.sh for encryption too

This commit is contained in:
Daniel Micay 2020-03-24 23:48:36 -04:00
parent a791f31e39
commit e71bd039f9

View File

@ -340,7 +340,7 @@
<li>Settings: fix broken upstream MAC randomization value mapping uncovered by the always randomize option value</li>
<li>make_key: use scrypt for key derivation used to encrypt keys</p>
<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>improve UX, performance and algorithm support for encrypted keys in script/release.sh and script/generate_delta.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>