diff --git a/build.sh b/build.sh index eeb17047..28d0c73d 100644 --- a/build.sh +++ b/build.sh @@ -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