mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Updates
This commit is contained in:
parent
378971497c
commit
db260cf1e1
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.
|
||||
|
||||
@ -6,17 +6,17 @@ Manifests - GPLv3
|
||||
Misc - GPLv3
|
||||
Patches/
|
||||
Common/
|
||||
android_packages_apps_FDroid* - GPLv2
|
||||
android_vendor_divested - GPLv3
|
||||
[Everything Else] - Apache-2.0
|
||||
LineageOS-*/
|
||||
android_kernel_* - GPLv2
|
||||
*/Copperhead/* - Copperhead CC BY-NC-SA, Only enabled via NON_COMMERCIAL_USE_PATCHES option
|
||||
[Everything Else] - Apache-2.0
|
||||
Linux - GPLv2
|
||||
Overclocks - GPLv2
|
||||
Wallpapers - Unsplash License https://unsplash.com/license
|
||||
PrebuiltApps/
|
||||
android_vendor_FDroid_PrebuiltApps/Packages - Dependent on app
|
||||
Fennec_DOS-Shim - MPLv2
|
||||
[Everything Else] - GPLv3
|
||||
Scripts - GPLv3
|
||||
|
||||
|
@ -63,7 +63,7 @@ patchWorkspace() {
|
||||
#repopick -it asb-2018.11-cm11 -e 234695; #merged except for level
|
||||
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-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/Defaults.sh";
|
||||
|
@ -218,7 +218,7 @@ rm board-info.txt; #Never restrict installation
|
||||
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/
|
||||
|
||||
enterAndCLear "device/samsung/tuna";
|
||||
enterAndClear "device/samsung/tuna";
|
||||
rm setup-makefiles.sh; #broken, deblobber will still function
|
||||
sed -i 's/arm-eabi-4.7/arm-eabi-4.8/' BoardConfig.mk; #fix toolchain
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user