Cherrypicks

This commit is contained in:
Tad 2021-07-08 20:08:24 -04:00
parent c13672b9b7
commit dd3a611d0e
7 changed files with 18 additions and 6 deletions

View file

@ -56,7 +56,7 @@ buildAll() {
if [ "$DOS_OPTIMIZE_IMAGES" = true ]; then optimizeImagesRecursive "$DOS_BUILD_BASE"; fi;
#SDS4P
buildDevice flox;
buildDevice mako; #broken radio
buildDevice mako;
#SD400
buildDevice serrano3gxx; #unb
buildDevice serranoltexx; #unb
@ -111,6 +111,7 @@ patchWorkspace() {
#source build/envsetup.sh;
#repopick -i 312861; #recorder intent improvement
#repopick -it android-11.0.0_r39;
source "$DOS_SCRIPTS/Patch.sh";
source "$DOS_SCRIPTS_COMMON/Copy_Keys.sh";