15.1: minor fixes

This commit is contained in:
Tad 2018-04-03 05:08:13 -04:00
parent ad5208d950
commit f186d33fdb
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 820e80f1bfb909a9e936ad745c2c40c7b07f7fa4
Subproject commit 53f0ae649f573b80afc6ba4399c5eb8e86a03bff

View File

@ -60,8 +60,8 @@ buildAll() {
#TODO: Add victara, griffin, athene, us997, us996, pme, t0lte, hlte
brunch lineage_d852-userdebug;
brunch lineage_bacon-user;
#brunch lineage_mako-user;
#brunch lineage_clark-user;
#brunch lineage_mako-user; #requires blobs from https://github.com/voron00/proprietary_vendor_lge and also broken
#brunch lineage_clark-user; #requires blobs from https://androidfilehost.com/?w=files&flid=244563 and also broken
brunch lineage_angler-user;
brunch lineage_bullhead-user;
brunch lineage_d802-userdebug;

View File

@ -43,7 +43,7 @@ sed -i 's|>LineageOS|>DivestOS|' res/values*/strings.xml
enter "vendor/lineage"
sed -i 's|https://lineageos.org/legal|https://divestos.xyz/pages/about.html|' config/common.mk;
sed -i '/.*ZIPPATH=/s/lineage/coverage/' build/envsetup.sh;
sed -i '/LINEAGE_TARGET_PACKAGE/s/lineage/coverage/' build/core/Makefile;
sed -i '/LINEAGE_TARGET_PACKAGE/s/lineage/coverage/' build/tasks/bacon.mk
rm -rf bootanimation #TODO: Create a boot animation
cd $base