Quellcode durchsuchen

Add vendor_boot patches to README

Change-Id: Ib2f4d29cadb15714c3e8e90c7ea10edb720160d2
Captain Throwback vor 4 Jahren
Ursprung
Commit
5026578427
1 geänderte Dateien mit 8 neuen und 2 gelöschten Zeilen
  1. 8 2
      README.md

+ 8 - 2
README.md

@@ -69,8 +69,14 @@ The build target is dependent on the device, and should reflect the location of
 - FDE decryption is not presently supported in this branch.
 - In order to successfully build in this branch, the following patch(es) will need to be cherry-picked:
 
-    [fscrypt: wip](https://gerrit.twrp.me/c/android_bootable_recovery/+/5405)
+    - [fscrypt: wip](https://gerrit.twrp.me/c/android_bootable_recovery/+/5405)
 
 - If you device uses legacy wrappedkey for decryption, then the following patches will need to be picked for decryption to function:
 
-    [twelve-fbe-qcom-wrapped-key](https://gerrit.twrp.me/q/topic:twelve-fbe-qcom-wrapped-key)
+    - [twelve-fbe-qcom-wrapped-key](https://gerrit.twrp.me/q/topic:twelve-fbe-qcom-wrapped-key+-status:merged)
+
+- For devices using vendor_boot, this following patch(es) will be needed to ensure that TWRP can be fastboot booted:
+
+    - [add twrpfastboot=1 to GENERIC_KERNEL_CMDLINE for all vendor_boot devices](https://gerrit.twrp.me/c/android_vendor_twrp/+/5515)
+    - [Revert "allow adding cmdline to internal boot image for non-GKI vendor_boot devices"](https://gerrit.twrp.me/c/android_build/+/5516)
+    - [add GENERIC_KERNEL_CMDLINE back to recoveryimage](https://gerrit.twrp.me/c/android_build/+/5517)