15.1: Even more build fixes

This commit is contained in:
Tad 2018-02-12 07:28:04 -05:00
parent 9b391e88f9
commit f7abbe151d
3 changed files with 14 additions and 14 deletions

View file

@ -94,7 +94,7 @@ buildAllNO3() {
brunch lineage_i9305-user;
brunch lineage_n5110-user;
}
export -f buildAllN03;
export -f buildAllNO3;
patchWorkspace() {
source $scripts/Patch.sh;

View file

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