mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-04 12:58:59 -04:00
Nine device additions
20.0: - akatsuki - lemonades - dipper, equuleus, polaris, ursa 19.1: - kirin, mermaid - apollon note lemonades is failing like kebab: > Sum of sizes in oneplus_dynamic_partitions_partition_list is 3765178368, which is greater than oneplus_dynamic_partitions_size (3753902080) Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
2717b1aad7
commit
1a203ab5ad
13 changed files with 73 additions and 25 deletions
|
@ -56,10 +56,13 @@ buildAll() {
|
|||
buildDevice pioneer;
|
||||
buildDevice voyager;
|
||||
buildDevice discovery;
|
||||
buildDevice kirin;
|
||||
buildDevice mermaid;
|
||||
#SD855
|
||||
buildDevice vayu avb;
|
||||
#SD865
|
||||
buildDevice lmi avb;
|
||||
buildDevice apollon avb;
|
||||
#SD870
|
||||
buildDevice alioth avb;
|
||||
}
|
||||
|
@ -73,10 +76,9 @@ patchWorkspaceReal() {
|
|||
verifyAllPlatformTags;
|
||||
gpgVerifyGitHead "$DOS_BUILD_BASE/external/chromium-webview";
|
||||
|
||||
source build/envsetup.sh;
|
||||
#source build/envsetup.sh;
|
||||
#repopick -ift twelve-bt-sbc-hd-dualchannel;
|
||||
#repopick -it twelve-colors;
|
||||
repopick -it S_asb_2023-05;
|
||||
|
||||
sh "$DOS_SCRIPTS/Patch.sh";
|
||||
sh "$DOS_SCRIPTS_COMMON/Enable_Verity.sh";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue