mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-02-09 11:28:37 -05:00
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:
parent
7945ed0e10
commit
39bb65e181
@ -48,9 +48,7 @@ export -f buildDeviceDebug;
|
|||||||
|
|
||||||
buildAll() {
|
buildAll() {
|
||||||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
|
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
|
||||||
brunch lineage_mako-user;
|
|
||||||
brunch lineage_d852-user;
|
brunch lineage_d852-user;
|
||||||
brunch lineage_bacon-user;
|
|
||||||
brunch lineage_angler-user;
|
brunch lineage_angler-user;
|
||||||
brunch lineage_bullhead-user;
|
brunch lineage_bullhead-user;
|
||||||
brunch lineage_d802-user;
|
brunch lineage_d802-user;
|
||||||
@ -74,6 +72,10 @@ buildAll() {
|
|||||||
brunch lineage_us996-user;
|
brunch lineage_us996-user;
|
||||||
brunch lineage_us997-user;
|
brunch lineage_us997-user;
|
||||||
brunch lineage_victara-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;
|
export -f buildAll;
|
||||||
|
|
||||||
|
@ -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;
|
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;
|
source build/envsetup.sh;
|
||||||
repopick 244148;
|
repopick 244148; #log spam fix
|
||||||
|
repopick 244166; #build fix
|
||||||
|
|
||||||
source "$DOS_SCRIPTS/Patch.sh";
|
source "$DOS_SCRIPTS/Patch.sh";
|
||||||
source "$DOS_SCRIPTS/Defaults.sh";
|
source "$DOS_SCRIPTS/Defaults.sh";
|
||||||
|
@ -171,6 +171,8 @@ if [ "$DOS_HOSTS_BLOCKING" = false ]; then echo "PRODUCT_PACKAGES += $DOS_HOSTS_
|
|||||||
#
|
#
|
||||||
enterAndClear "device/lge/mako";
|
enterAndClear "device/lge/mako";
|
||||||
echo "allow kickstart usbfs:dir search;" >> sepolicy/kickstart.te; #Fix forceencrypt on first boot
|
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";
|
enterAndClear "device/oneplus/bacon";
|
||||||
sed -i 's/android.hardware.nfc@1.0-impl/android.hardware.nfc@1.0-impl.so/' device-proprietary-files.txt;
|
sed -i 's/android.hardware.nfc@1.0-impl/android.hardware.nfc@1.0-impl.so/' device-proprietary-files.txt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user