Skip to content

Commit

Permalink
Remove Firebase SDK from Windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
anhappdev committed Aug 15, 2023
1 parent 5e08537 commit f6e4dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flutter/windows/windows-docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ flutter/windows/ci:
BAZEL_LINKS_PREFIX=C:/bazel-links/ \
flutter/prepare \
flutter/windows/libs
flutter config --enable-windows-desktop
cd ${fwc_local_project} && make \
flutter/test/integration
cd ${fwc_local_project} && make \
Expand Down
2 changes: 1 addition & 1 deletion flutter/windows/windows.mk
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ flutter/windows/release/copy-dlls:
.PHONY: flutter/windows/release/build
flutter/windows/release/build:
rm -rf flutter/build/windows/runner/Release
cd flutter && ${_start_args} flutter --no-version-check build windows \
cd flutter && ${_start_args} flutter --no-version-check build windows --no-pub \
${flutter_official_build_arg} \
${flutter_build_number_arg} \
${flutter_folder_args}
Expand Down

0 comments on commit f6e4dbf

Please sign in to comment.