From d17271ec8a7375304c2fcd30fab4d02c69a963d8 Mon Sep 17 00:00:00 2001 From: Fernando Oliveira Date: Sat, 10 Feb 2024 11:42:34 -0300 Subject: [PATCH] op5_t: Universal build once again --- README.md | 5 +---- vendorsetup.sh | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 vendorsetup.sh diff --git a/README.md b/README.md index 5776cdc..5c8ea3b 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/vendorsetup.sh b/vendorsetup.sh new file mode 100644 index 0000000..0c92c97 --- /dev/null +++ b/vendorsetup.sh @@ -0,0 +1 @@ +export ONEPLUS_DYNAMIC=true \ No newline at end of file