diff --git a/src/new_build.sh b/src/new_build.sh index a360becc..6d81d2fa 100755 --- a/src/new_build.sh +++ b/src/new_build.sh @@ -277,6 +277,13 @@ for codename in ${devices//,/ }; do continue fi + if [ "$WITH_GMS" = true ]; then + echo ">> [$(date)] Populating vendor/partner_gms-tv/products" | tee -a "$repo_log" + rm -rf "$source_dir/vendor/partner_gms-tv" || true + mkdir -p "$source_dir/vendor/partner_gms-tv/products" + cp -vr "$source_dir/vendor/partner_gms/products/" "$source_dir/vendor/partner_gms-tv/" | tee -a "$repo_log" + fi + if [ "$CALL_GIT_LFS_PULL" = true ]; then echo ">> [$(date)] Calling git lfs pull" | tee -a "$repo_log" repo forall -v -c git lfs pull &>> "$repo_log"