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:
Tad 2023-05-08 22:28:11 -04:00
parent 2717b1aad7
commit 1a203ab5ad
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
13 changed files with 73 additions and 25 deletions

View file

@ -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";