diff --git a/static/build.html b/static/build.html index 68ebf05d..e3d1c687 100644 --- a/static/build.html +++ b/static/build.html @@ -322,7 +322,7 @@ git submodule update --init
source script/envsetup.sh
-

Select the desired build target (aosp_crosshatch is the Pixel 3 XL): +

Select the desired build target (aosp_crosshatch is the Pixel 3 XL):

choosecombo release aosp_crosshatch user
diff --git a/static/install.html b/static/install.html index 58ded13c..34a60a09 100644 --- a/static/install.html +++ b/static/install.html @@ -196,7 +196,7 @@ RWQZW9NItOuQYJ86EooQBxScfclrWiieJtAO9GpnfEjKbCO/3FriLGX3

Reboot into the bootloader interface to begin the flashing procedure.

Next, extract the factory images and run the script to flash them. Note that the fastboot command run by the flashing script requires a fair bit of free - space in a temporary directory, which defaults to /tmp:

+ space in a temporary directory, which defaults to /tmp:

unzip crosshatch-factory-2019.06.23.05.zip
 cd crosshatch-pq3a.190605.003
 ./flash-all.sh
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