mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-05 13:28:48 -04:00
Updates
This commit is contained in:
parent
378971497c
commit
db260cf1e1
3 changed files with 5 additions and 5 deletions
6
LICENSE
6
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2017-2018 Divested Computing, Inc.
|
Copyright (c) 2017-2019 Divested Computing, Inc.
|
||||||
|
|
||||||
Below are the license mappings for all of the files found in this repository. All attempts have been made to ensure accuracy of the corresponding license files. If you've found an issue please file an issue or pull request.
|
Below are the license mappings for all of the files found in this repository. All attempts have been made to ensure accuracy of the corresponding license files. If you've found an issue please file an issue or pull request.
|
||||||
|
|
||||||
|
@ -6,17 +6,17 @@ Manifests - GPLv3
|
||||||
Misc - GPLv3
|
Misc - GPLv3
|
||||||
Patches/
|
Patches/
|
||||||
Common/
|
Common/
|
||||||
android_packages_apps_FDroid* - GPLv2
|
android_vendor_divested - GPLv3
|
||||||
[Everything Else] - Apache-2.0
|
[Everything Else] - Apache-2.0
|
||||||
LineageOS-*/
|
LineageOS-*/
|
||||||
android_kernel_* - GPLv2
|
android_kernel_* - GPLv2
|
||||||
*/Copperhead/* - Copperhead CC BY-NC-SA, Only enabled via NON_COMMERCIAL_USE_PATCHES option
|
|
||||||
[Everything Else] - Apache-2.0
|
[Everything Else] - Apache-2.0
|
||||||
Linux - GPLv2
|
Linux - GPLv2
|
||||||
Overclocks - GPLv2
|
Overclocks - GPLv2
|
||||||
Wallpapers - Unsplash License https://unsplash.com/license
|
Wallpapers - Unsplash License https://unsplash.com/license
|
||||||
PrebuiltApps/
|
PrebuiltApps/
|
||||||
android_vendor_FDroid_PrebuiltApps/Packages - Dependent on app
|
android_vendor_FDroid_PrebuiltApps/Packages - Dependent on app
|
||||||
|
Fennec_DOS-Shim - MPLv2
|
||||||
[Everything Else] - GPLv3
|
[Everything Else] - GPLv3
|
||||||
Scripts - GPLv3
|
Scripts - GPLv3
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,7 @@ patchWorkspace() {
|
||||||
#repopick -it asb-2018.11-cm11 -e 234695; #merged except for level
|
#repopick -it asb-2018.11-cm11 -e 234695; #merged except for level
|
||||||
repopick -it cm.service.adb.root; #security fix for -userdebug
|
repopick -it cm.service.adb.root; #security fix for -userdebug
|
||||||
#repopick -it asb-2018.12-cm11 -e 240072; #merged except for level
|
#repopick -it asb-2018.12-cm11 -e 240072; #merged except for level
|
||||||
repopick -it asb-2019.01-cm11 -e 240073;
|
#repopick -it asb-2019.01-cm11 -e 240073; #merged except for level
|
||||||
|
|
||||||
source "$DOS_SCRIPTS/Patch.sh";
|
source "$DOS_SCRIPTS/Patch.sh";
|
||||||
source "$DOS_SCRIPTS/Defaults.sh";
|
source "$DOS_SCRIPTS/Defaults.sh";
|
||||||
|
|
|
@ -218,7 +218,7 @@ rm board-info.txt; #Never restrict installation
|
||||||
enterAndClear "device/oneplus/bacon";
|
enterAndClear "device/oneplus/bacon";
|
||||||
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/
|
||||||
|
|
||||||
enterAndCLear "device/samsung/tuna";
|
enterAndClear "device/samsung/tuna";
|
||||||
rm setup-makefiles.sh; #broken, deblobber will still function
|
rm setup-makefiles.sh; #broken, deblobber will still function
|
||||||
sed -i 's/arm-eabi-4.7/arm-eabi-4.8/' BoardConfig.mk; #fix toolchain
|
sed -i 's/arm-eabi-4.7/arm-eabi-4.8/' BoardConfig.mk; #fix toolchain
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue