mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Split up buildAll, and mark broken/todo devices there
This commit is contained in:
parent
d4087bc1e4
commit
0f4e89c4cc
@ -45,7 +45,37 @@ buildDevice() {
|
|||||||
export -f buildDevice;
|
export -f buildDevice;
|
||||||
|
|
||||||
buildAll() {
|
buildAll() {
|
||||||
brunch lineage_clark-user && brunch lineage_d852-userdebug && brunch lineage_bacon-user && brunch lineage_thor-userdebug && brunch lineage_mako-user && brunch lineage_angler-user && brunch lineage_bullhead-user && brunch lineage_d802-userdebug && brunch lineage_d855-userdebug && brunch lineage_ether-user && brunch lineage_flounder-user && brunch lineage_FP2-user && brunch lineage_hammerhead-user && brunch lineage_himaul-user && brunch lineage_i9100-userdebug && brunch lineage_i9305-user && brunch lineage_jfltexx-user && brunch lineage_klte-user && brunch lineage_m8-user && brunch lineage_marlin-user && brunch lineage_n5110-user && brunch lineage_osprey-user && brunch lineage_sailfish-user && brunch lineage_shamu-user && brunch lineage_Z00T-user;
|
#Select devices are userdebug due to SELinux policy issues
|
||||||
|
#TODO: Add victara, griffin, athene, us997, us996, pme, t0lte, hlte
|
||||||
|
brunch lineage_clark-user;
|
||||||
|
brunch lineage_d852-userdebug;
|
||||||
|
brunch lineage_bacon-user;
|
||||||
|
brunch lineage_thor-userdebug;
|
||||||
|
brunch lineage_mako-user;
|
||||||
|
brunch lineage_angler-user;
|
||||||
|
brunch lineage_bullhead-user;
|
||||||
|
brunch lineage_d802-userdebug;
|
||||||
|
brunch lineage_d855-userdebug;
|
||||||
|
brunch lineage_ether-user;
|
||||||
|
# brunch lineage_flo-user - undefined reference to 'mm_jpeg_get_new_session_idx'
|
||||||
|
brunch lineage_flounder-user;
|
||||||
|
brunch lineage_FP2-user;
|
||||||
|
# brunch lineage_h815-user - drivers/input/touchscreen/DS5/RefCode_CustomerImplementation.c:147:1: warning: the frame size of 2064 bytes is larger than 2048 bytes [-Wframe-larger-than=]
|
||||||
|
# brunch lineage_h850-user - arch/arm64/mm/mmu.c:134:31: error: 'prot_sect_kernel' undeclared (first use in this function)
|
||||||
|
brunch lineage_hammerhead-user;
|
||||||
|
# brunch lineage_herolte-user - missing libprotobuf-cpp-full.so
|
||||||
|
brunch lineage_himaul-user;
|
||||||
|
brunch lineage_i9100-userdebug;
|
||||||
|
brunch lineage_i9305-user;
|
||||||
|
brunch lineage_jfltexx-user;
|
||||||
|
brunch lineage_klte-user;
|
||||||
|
brunch lineage_m8-user;
|
||||||
|
brunch lineage_marlin-user;
|
||||||
|
brunch lineage_n5110-user;
|
||||||
|
brunch lineage_osprey-user;
|
||||||
|
brunch lineage_sailfish-user;
|
||||||
|
brunch lineage_shamu-user;
|
||||||
|
# brunch lineage_Z00T-user;
|
||||||
}
|
}
|
||||||
export -f buildAll;
|
export -f buildAll;
|
||||||
|
|
||||||
|
@ -27,13 +27,6 @@
|
|||||||
#Build!
|
#Build!
|
||||||
#buildDevice [device]
|
#buildDevice [device]
|
||||||
#buildAll
|
#buildAll
|
||||||
#XXX: Currently broken
|
|
||||||
# lineage_flo-user - undefined reference to 'mm_jpeg_get_new_session_idx'
|
|
||||||
# lineage_herolte-user - missing libprotobuf-cpp-full.so
|
|
||||||
# lineage_h815-user - drivers/input/touchscreen/DS5/RefCode_CustomerImplementation.c:147:1: warning: the frame size of 2064 bytes is larger than 2048 bytes [-Wframe-larger-than=]
|
|
||||||
# lineage_h850-user - arch/arm64/mm/mmu.c:134:31: error: 'prot_sect_kernel' undeclared (first use in this function)
|
|
||||||
#TODO: Add victara, griffin, athene, us997, us996, pme, t0lte, hlte
|
|
||||||
#Select devices are userdebug due to SELinux policy issues
|
|
||||||
|
|
||||||
#Generate an incremental
|
#Generate an incremental
|
||||||
#./build/tools/releasetools/ota_from_target_files --block -t 8 -i old.zip new.zip update.zip
|
#./build/tools/releasetools/ota_from_target_files --block -t 8 -i old.zip new.zip update.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user