mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-01-26 07:15:57 -05:00
Small tweaks
- Update cherry picks - Add star2lte to 15.1 and 17.1
This commit is contained in:
parent
2b15897297
commit
b683d40ef3
@ -264,6 +264,9 @@
|
|||||||
<project path="device/samsung/universal9810-common" name="LineageOS/android_device_samsung_universal9810-common" remote="github" />
|
<project path="device/samsung/universal9810-common" name="LineageOS/android_device_samsung_universal9810-common" remote="github" />
|
||||||
<project path="kernel/samsung/universal9810" name="LineageOS/android_kernel_samsung_universal9810" remote="github" />
|
<project path="kernel/samsung/universal9810" name="LineageOS/android_kernel_samsung_universal9810" remote="github" />
|
||||||
|
|
||||||
|
<!-- Samsung Galaxy S9+ (star2lte) -->
|
||||||
|
<project path="device/samsung/star2lte" name="LineageOS/android_device_samsung_star2lte" remote="github" />
|
||||||
|
|
||||||
<!-- Wileyfox Storm (kipper) -->
|
<!-- Wileyfox Storm (kipper) -->
|
||||||
<project path="device/wileyfox/kipper" name="LineageOS/android_device_wileyfox_kipper" remote="github" />
|
<project path="device/wileyfox/kipper" name="LineageOS/android_device_wileyfox_kipper" remote="github" />
|
||||||
<project path="device/cyanogen/msm8916-common" name="LineageOS/android_device_cyanogen_msm8916-common" remote="github" />
|
<project path="device/cyanogen/msm8916-common" name="LineageOS/android_device_cyanogen_msm8916-common" remote="github" />
|
||||||
|
@ -267,6 +267,9 @@
|
|||||||
<project path="device/samsung/universal9810-common" name="LineageOS/android_device_samsung_universal9810-common" remote="github" />
|
<project path="device/samsung/universal9810-common" name="LineageOS/android_device_samsung_universal9810-common" remote="github" />
|
||||||
<project path="kernel/samsung/universal9810" name="LineageOS/android_kernel_samsung_universal9810" remote="github" />
|
<project path="kernel/samsung/universal9810" name="LineageOS/android_kernel_samsung_universal9810" remote="github" />
|
||||||
|
|
||||||
|
<!-- Samsung Galaxy S9+ (star2lte) -->
|
||||||
|
<project path="device/samsung/star2lte" name="LineageOS/android_device_samsung_star2lte" remote="github" />
|
||||||
|
|
||||||
<!-- Wileyfox Swift (crackling) -->
|
<!-- Wileyfox Swift (crackling) -->
|
||||||
<project path="device/wileyfox/crackling" name="LineageOS/android_device_wileyfox_crackling" remote="github" />
|
<project path="device/wileyfox/crackling" name="LineageOS/android_device_wileyfox_crackling" remote="github" />
|
||||||
<project path="device/cyanogen/msm8916-common" name="LineageOS/android_device_cyanogen_msm8916-common" remote="github" />
|
<project path="device/cyanogen/msm8916-common" name="LineageOS/android_device_cyanogen_msm8916-common" remote="github" />
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 7f7cae382405337ff94a887c4a0ce5a1e42c082f
|
Subproject commit dc164c266adc5400946b9e8b706b5a8a1900dfc4
|
@ -121,6 +121,7 @@ patchWorkspace() {
|
|||||||
repopick -it n_asb_09-2018-qcom;
|
repopick -it n_asb_09-2018-qcom;
|
||||||
#repopick -it bt-sbc-hd-dualchannel-nougat;
|
#repopick -it bt-sbc-hd-dualchannel-nougat;
|
||||||
repopick -it n-asb-2021-01;
|
repopick -it n-asb-2021-01;
|
||||||
|
repopick -it 300742; #update webview
|
||||||
|
|
||||||
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails
|
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails
|
||||||
|
|
||||||
|
@ -102,6 +102,7 @@ buildAll() {
|
|||||||
buildDevice enchilada avb;
|
buildDevice enchilada avb;
|
||||||
buildDeviceUserDebug i9100;
|
buildDeviceUserDebug i9100;
|
||||||
buildDevice starlte; #broken - device/samsung/universal9810-common/audio: MODULE.TARGET.SHARED_LIBRARIES.libshim_audio_32 already defined by device/samsung/star-common/audio
|
buildDevice starlte; #broken - device/samsung/universal9810-common/audio: MODULE.TARGET.SHARED_LIBRARIES.libshim_audio_32 already defined by device/samsung/star-common/audio
|
||||||
|
buildDevice star2lte;
|
||||||
buildDevice yellowstone;
|
buildDevice yellowstone;
|
||||||
fi;
|
fi;
|
||||||
}
|
}
|
||||||
@ -112,6 +113,7 @@ patchWorkspace() {
|
|||||||
|
|
||||||
source build/envsetup.sh;
|
source build/envsetup.sh;
|
||||||
repopick -it O_asb_2021-01;
|
repopick -it O_asb_2021-01;
|
||||||
|
repopick -it 300742; #update webview
|
||||||
|
|
||||||
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails
|
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails
|
||||||
|
|
||||||
|
@ -133,6 +133,7 @@ patchWorkspace() {
|
|||||||
repopick -i 232948; #wahoo: liblight: close fd
|
repopick -i 232948; #wahoo: liblight: close fd
|
||||||
#repopick -it pie-firewall;
|
#repopick -it pie-firewall;
|
||||||
repopick -it P_asb_2021-01;
|
repopick -it P_asb_2021-01;
|
||||||
|
repopick -it 300742; #update webview
|
||||||
|
|
||||||
source "$DOS_SCRIPTS/Patch.sh";
|
source "$DOS_SCRIPTS/Patch.sh";
|
||||||
source "$DOS_SCRIPTS_COMMON/Copy_Keys.sh";
|
source "$DOS_SCRIPTS_COMMON/Copy_Keys.sh";
|
||||||
|
@ -117,6 +117,7 @@ buildAll() {
|
|||||||
buildDevice sargo avb;
|
buildDevice sargo avb;
|
||||||
#Exynos
|
#Exynos
|
||||||
buildDevice starlte;
|
buildDevice starlte;
|
||||||
|
buildDevice star2lte;
|
||||||
#Tegra
|
#Tegra
|
||||||
buildDevice yellowstone; #broken
|
buildDevice yellowstone; #broken
|
||||||
}
|
}
|
||||||
@ -129,6 +130,7 @@ patchWorkspace() {
|
|||||||
repopick -i 271361; #releasetools: python3 fix, 287339 (alt)
|
repopick -i 271361; #releasetools: python3 fix, 287339 (alt)
|
||||||
#repopick -it ten-firewall;
|
#repopick -it ten-firewall;
|
||||||
repopick -it Q_asb_2021-01;
|
repopick -it Q_asb_2021-01;
|
||||||
|
repopick -it 300742; #update webview
|
||||||
|
|
||||||
source "$DOS_SCRIPTS/Patch.sh";
|
source "$DOS_SCRIPTS/Patch.sh";
|
||||||
source "$DOS_SCRIPTS_COMMON/Copy_Keys.sh";
|
source "$DOS_SCRIPTS_COMMON/Copy_Keys.sh";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user