Skip to content

Commit

Permalink
op5_t: Universal build once again
Browse files Browse the repository at this point in the history
  • Loading branch information
faoliveira78 committed Feb 11, 2024
1 parent 123aed8 commit d17271e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ Now you can sync your source:
repo sync
```

If you want to build a recovery with support for dynamic partitions, add the following:
```
export ONEPLUS_DYNAMIC="true"
```
If you don't want a universal build, i.e. you just want one that only works for roms with standard partitions, then remove the vendorsetup.sh file from the tree.

Finally execute these:

Expand Down
1 change: 1 addition & 0 deletions vendorsetup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export ONEPLUS_DYNAMIC=true

0 comments on commit d17271e

Please sign in to comment.