Small tweaks

- Update cherry picks
- Add star2lte to 15.1 and 17.1
This commit is contained in:
Tad 2021-01-09 13:37:06 -05:00
parent 2b15897297
commit b683d40ef3
7 changed files with 13 additions and 1 deletions

View file

@ -121,6 +121,7 @@ patchWorkspace() {
repopick -it n_asb_09-2018-qcom;
#repopick -it bt-sbc-hd-dualchannel-nougat;
repopick -it n-asb-2021-01;
repopick -it 300742; #update webview
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails

View file

@ -102,6 +102,7 @@ buildAll() {
buildDevice enchilada avb;
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 star2lte;
buildDevice yellowstone;
fi;
}
@ -112,6 +113,7 @@ patchWorkspace() {
source build/envsetup.sh;
repopick -it O_asb_2021-01;
repopick -it 300742; #update webview
export DOS_GRAPHENE_MALLOC=false; #patches apply, compile fails

View file

@ -133,6 +133,7 @@ patchWorkspace() {
repopick -i 232948; #wahoo: liblight: close fd
#repopick -it pie-firewall;
repopick -it P_asb_2021-01;
repopick -it 300742; #update webview
source "$DOS_SCRIPTS/Patch.sh";
source "$DOS_SCRIPTS_COMMON/Copy_Keys.sh";

View file

@ -117,6 +117,7 @@ buildAll() {
buildDevice sargo avb;
#Exynos
buildDevice starlte;
buildDevice star2lte;
#Tegra
buildDevice yellowstone; #broken
}
@ -129,6 +130,7 @@ patchWorkspace() {
repopick -i 271361; #releasetools: python3 fix, 287339 (alt)
#repopick -it ten-firewall;
repopick -it Q_asb_2021-01;
repopick -it 300742; #update webview
source "$DOS_SCRIPTS/Patch.sh";
source "$DOS_SCRIPTS_COMMON/Copy_Keys.sh";