15.1: Initial building support

This commit is contained in:
Tad 2018-02-12 04:57:49 -05:00
parent b02d40974c
commit e16aa10199
6 changed files with 205 additions and 22 deletions

View file

@ -58,7 +58,7 @@ export -f buildDevice;
buildAll() {
#Select devices are userdebug due to SELinux policy issues
#TODO: Add victara, griffin, athene, us997, us996, pme, t0lte, hlte
buildDevice d852
brunch lineage_d852-userdebug;
}
export -f buildAll;