mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-26 07:59:30 -05:00
Minor tweaks
- Update cherry picks - Update copyright year - bacon: fix delta generation
This commit is contained in:
parent
579f340c3c
commit
159e5ea194
@ -1 +1 @@
|
|||||||
Subproject commit 85b879c485f1be49051589d7f66fad98d9310a94
|
Subproject commit a3b4a64f91413ef8fedcb81bf0b5f2e2ca8016bb
|
@ -1 +1 @@
|
|||||||
Subproject commit f0f7b5e041114405c617960c0e00762e377b8453
|
Subproject commit e0e77cd40556ac965d351be39cc883827d39e3d1
|
@ -1 +1 @@
|
|||||||
Subproject commit 7c4dabda0e38d849db0f8997def6b841bbd02bc2
|
Subproject commit b79c32faa82a6fef5ad49eb4e2ff3260dae99e94
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2017-2018 Divested Computing Group
|
#Copyright (c) 2017-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2017-2018 Divested Computing Group
|
#Copyright (c) 2017-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2017-2018 Divested Computing Group
|
#Copyright (c) 2017-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2017-2018 Divested Computing Group
|
#Copyright (c) 2017-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2015-2018 Divested Computing Group
|
#Copyright (c) 2015-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2017-2018 Divested Computing Group
|
#Copyright (c) 2017-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
@ -126,6 +126,8 @@ patchWorkspace() {
|
|||||||
repopick 248599; #restrict SET_TIME_ZONE permission
|
repopick 248599; #restrict SET_TIME_ZONE permission
|
||||||
repopick 248600 248649; #/proc hardening
|
repopick 248600 248649; #/proc hardening
|
||||||
repopick -it nougat-mr2-security-release-residue;
|
repopick -it nougat-mr2-security-release-residue;
|
||||||
|
repopick -it n-tzdata-2019c;
|
||||||
|
repopick -it n-asb-2019-10;
|
||||||
|
|
||||||
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails
|
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2015-2018 Divested Computing Group
|
#Copyright (c) 2015-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2017-2018 Divested Computing Group
|
#Copyright (c) 2017-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2017-2018 Divested Computing Group
|
#Copyright (c) 2017-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
@ -100,7 +100,9 @@ export -f buildAll;
|
|||||||
patchWorkspace() {
|
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 -it tzdata-2019c-o;
|
||||||
|
repopick -it O_asb_2019-10;
|
||||||
|
|
||||||
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails
|
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2015-2018 Divested Computing Group
|
#Copyright (c) 2015-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2017-2018 Divested Computing Group
|
#Copyright (c) 2017-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2017-2018 Divested Computing Group
|
#Copyright (c) 2017-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2017-2018 Divested Computing Group
|
#Copyright (c) 2017-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
@ -110,6 +110,8 @@ patchWorkspace() {
|
|||||||
|
|
||||||
source build/envsetup.sh;
|
source build/envsetup.sh;
|
||||||
repopick -f 254249; #g3 nfc
|
repopick -f 254249; #g3 nfc
|
||||||
|
repopick -it tzdata-2019c-p;
|
||||||
|
repopick -it P_asb_2019-10;
|
||||||
|
|
||||||
source "$DOS_SCRIPTS/Patch.sh";
|
source "$DOS_SCRIPTS/Patch.sh";
|
||||||
source "$DOS_SCRIPTS/Defaults.sh";
|
source "$DOS_SCRIPTS/Defaults.sh";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2015-2018 Divested Computing Group
|
#Copyright (c) 2015-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
@ -238,6 +238,9 @@ enterAndClear "device/moto/shamu";
|
|||||||
#rm setup-makefiles.sh; #broken, deblobber will still function
|
#rm setup-makefiles.sh; #broken, deblobber will still function
|
||||||
#XXX: remove atfwd and cne from vendor makefiles
|
#XXX: remove atfwd and cne from vendor makefiles
|
||||||
|
|
||||||
|
enterAndClear "device/oppo/common";
|
||||||
|
awk -i inplace '!/TARGET_RELEASETOOLS_EXTENSIONS/' BoardConfigCommon.mk; #disable releasetools to fix delta ota generation
|
||||||
|
|
||||||
enterAndClear "device/oppo/msm8974-common";
|
enterAndClear "device/oppo/msm8974-common";
|
||||||
sed -i "s/TZ.BF.2.0-2.0.0134/TZ.BF.2.0-2.0.0134|TZ.BF.2.0-2.0.0137/" board-info.txt; #Suport new TZ firmware https://review.lineageos.org/#/c/178999/
|
sed -i "s/TZ.BF.2.0-2.0.0134/TZ.BF.2.0-2.0.0134|TZ.BF.2.0-2.0.0137/" board-info.txt; #Suport new TZ firmware https://review.lineageos.org/#/c/178999/
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2017-2018 Divested Computing Group
|
#Copyright (c) 2017-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#DivestOS: A privacy oriented Android distribution
|
#DivestOS: A privacy oriented Android distribution
|
||||||
#Copyright (c) 2017-2018 Divested Computing Group
|
#Copyright (c) 2017-2019 Divested Computing Group
|
||||||
#
|
#
|
||||||
#This program is free software: you can redistribute it and/or modify
|
#This program is free software: you can redistribute it and/or modify
|
||||||
#it under the terms of the GNU General Public License as published by
|
#it under the terms of the GNU General Public License as published by
|
||||||
|
3
TODO
3
TODO
@ -1,4 +1,4 @@
|
|||||||
Last updated: 2019-09-14
|
Last updated: 2019-10-07
|
||||||
|
|
||||||
High Priority (Release blockers)
|
High Priority (Release blockers)
|
||||||
Project
|
Project
|
||||||
@ -18,6 +18,7 @@ High Priority (Release blockers)
|
|||||||
|
|
||||||
Medium Priority
|
Medium Priority
|
||||||
Build
|
Build
|
||||||
|
- Add GrapheneOS as a better base for supported devices
|
||||||
- Add support for more devices
|
- Add support for more devices
|
||||||
Design
|
Design
|
||||||
- Facelift of Extirpater
|
- Facelift of Extirpater
|
||||||
|
Loading…
Reference in New Issue
Block a user