Minor changes

15.1: Disabled devices with working 16.0
16.0: Build fixes
16.0: mako: don't touch partitions sizes
This commit is contained in:
Tad 2019-03-12 17:18:38 -04:00
parent 7945ed0e10
commit 39bb65e181
3 changed files with 8 additions and 3 deletions

View File

@ -48,9 +48,7 @@ export -f buildDeviceDebug;
buildAll() {
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
brunch lineage_mako-user;
brunch lineage_d852-user;
brunch lineage_bacon-user;
brunch lineage_angler-user;
brunch lineage_bullhead-user;
brunch lineage_d802-user;
@ -74,6 +72,10 @@ buildAll() {
brunch lineage_us996-user;
brunch lineage_us997-user;
brunch lineage_victara-user;
#The following are all superseded, and should only be enabled if the newer version is broken (not building/booting/etc.)
#brunch lineage_bacon-user;
#brunch lineage_mako-user;
}
export -f buildAll;

View File

@ -60,7 +60,8 @@ patchWorkspace() {
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanForMalware false "$DOS_PREBUILT_APPS $DOS_BUILD_BASE/build $DOS_BUILD_BASE/device $DOS_BUILD_BASE/vendor/lineage"; fi;
source build/envsetup.sh;
repopick 244148;
repopick 244148; #log spam fix
repopick 244166; #build fix
source "$DOS_SCRIPTS/Patch.sh";
source "$DOS_SCRIPTS/Defaults.sh";

View File

@ -171,6 +171,8 @@ if [ "$DOS_HOSTS_BLOCKING" = false ]; then echo "PRODUCT_PACKAGES += $DOS_HOSTS_
#
enterAndClear "device/lge/mako";
echo "allow kickstart usbfs:dir search;" >> sepolicy/kickstart.te; #Fix forceencrypt on first boot
sed -i 's/1333788672/880803840/' BoardConfig.mk; #don't touch partitions! DOS -user fits with 70M free
awk -i inplace '!/TARGET_RELEASETOOLS_EXTENSIONS/' BoardConfig.mk;
enterAndClear "device/oneplus/bacon";
sed -i 's/android.hardware.nfc@1.0-impl/android.hardware.nfc@1.0-impl.so/' device-proprietary-files.txt;