mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-07-22 06:18:58 -04:00
15.1: Build fixes
This commit is contained in:
parent
e16aa10199
commit
910ee5ad76
5 changed files with 12 additions and 9 deletions
|
@ -59,15 +59,18 @@ buildAll() {
|
|||
#Select devices are userdebug due to SELinux policy issues
|
||||
#TODO: Add victara, griffin, athene, us997, us996, pme, t0lte, hlte
|
||||
brunch lineage_d852-userdebug;
|
||||
brunch lineage_d855-userdebug;
|
||||
}
|
||||
export -f buildAll;
|
||||
|
||||
buildAllN03() {
|
||||
buildAllNO3() {
|
||||
brunch lineage_flo-user; #Not affected by size, but breaks: undefined reference to 'mm_jpeg_get_new_session_idx'
|
||||
}
|
||||
export -f buildAllN03;
|
||||
|
||||
patchWorkspace() {
|
||||
source build/envsetup.sh;
|
||||
repopick 204743 204744;
|
||||
source $scripts/Patch.sh;
|
||||
source $scripts/Defaults.sh;
|
||||
source $scripts/Overclock.sh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue