Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 19359d1

Browse files
committed
Ignore errors when applying launcher patch, in case of multiple applies
1 parent 889b630 commit 19359d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ repo forall -r '.*opengapps.*' -c 'git lfs fetch && git lfs checkout'
7474
(cd device/phh/treble; git clean -fdx; if [ -f phh.mk ];then bash generate.sh phh;else bash generate.sh;fi)
7575
(cd vendor/foss; git clean -fdx; bash update.sh)
7676
if [ "$build_target" == "android-12.0" ] && grep -q lottie packages/apps/Launcher3/Android.bp;then
77-
(cd vendor/partner_gms; git am $originFolder/0001-Fix-SearchLauncher-for-Android-12.1.patch)
77+
(cd vendor/partner_gms; git am $originFolder/0001-Fix-SearchLauncher-for-Android-12.1.patch || true)
7878
fi
7979
rm -f vendor/gapps/interfaces/wifi_ext/Android.bp
8080

0 commit comments

Comments
 (0)