Skip to content

Commit

Permalink
Ignore errors when applying launcher patch, in case of multiple applies
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Mar 20, 2022
1 parent 889b630 commit 19359d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -74,7 +74,7 @@ repo forall -r '.*opengapps.*' -c 'git lfs fetch && git lfs checkout'
(cd device/phh/treble; git clean -fdx; if [ -f phh.mk ];then bash generate.sh phh;else bash generate.sh;fi)
(cd vendor/foss; git clean -fdx; bash update.sh)
if [ "$build_target" == "android-12.0" ] && grep -q lottie packages/apps/Launcher3/Android.bp;then
(cd vendor/partner_gms; git am $originFolder/0001-Fix-SearchLauncher-for-Android-12.1.patch)
(cd vendor/partner_gms; git am $originFolder/0001-Fix-SearchLauncher-for-Android-12.1.patch || true)
fi
rm -f vendor/gapps/interfaces/wifi_ext/Android.bp

Expand Down

0 comments on commit 19359d1

Please sign in to comment.