mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
15.1: Even more build fixes
This commit is contained in:
parent
9b391e88f9
commit
f7abbe151d
3 changed files with 14 additions and 14 deletions
|
@ -94,7 +94,7 @@ buildAllNO3() {
|
|||
brunch lineage_i9305-user;
|
||||
brunch lineage_n5110-user;
|
||||
}
|
||||
export -f buildAllN03;
|
||||
export -f buildAllNO3;
|
||||
|
||||
patchWorkspace() {
|
||||
source $scripts/Patch.sh;
|
||||
|
|
|
@ -67,7 +67,7 @@ export -f buildAll;
|
|||
buildAllNO3() {
|
||||
brunch lineage_flo-user; #Not affected by size, but breaks: undefined reference to 'mm_jpeg_get_new_session_idx'
|
||||
}
|
||||
export -f buildAllN03;
|
||||
export -f buildAllNO3;
|
||||
|
||||
patchWorkspace() {
|
||||
source build/envsetup.sh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue