Skip to content

Commit 19490cf

Browse files
committed
sync dre asserts
* taken from https://github.com/LineageOS/android_device_oneplus_dre/blob/110bdcd8a72974f032746b71fd3865e484382739/BoardConfig.mk#L47 * fixes #332 * exclude OnePlusN200TMO for now, see #320 Signed-off-by: SirRGB <[email protected]>
1 parent 6a839c3 commit 19490cf

File tree

1 file changed

+3
-2
lines changed
  • openandroidinstaller/assets/configs

1 file changed

+3
-2
lines changed

openandroidinstaller/assets/configs/dre.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
supported_device_codes:
77
- dre
88
- NordN200
9+
- OnePlusN200
910
additional_steps:
1011
- dtbo
1112
- vbmeta
@@ -26,7 +27,7 @@ steps:
2627
Once it's done, press continue here.
2728
command: fastboot_oem_unlock
2829
- type: confirm_button
29-
content: >
30+
content: >
3031
The bootloader is now unlocked. Since the device resets completely, you will need to re-enable Developer Options and USB debugging to continue.
3132
boot_recovery:
3233
- type: call_button
@@ -49,4 +50,4 @@ steps:
4950
img: twrp-start.jpeg
5051
content: >
5152
Now we need to boot into recovery again. Press run and when you see the TWRP screen you can continue.
52-
command: fastboot_boot_recovery
53+
command: fastboot_boot_recovery

0 commit comments

Comments
 (0)