Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add extension_google_sign_in_as_googleapis_auth to unmigrated list
  • Loading branch information
stuartmorgan-g committed Feb 15, 2021
commit 9e6fe8ecc83aac9c57388ef35466bde3a64d81f6
10 changes: 3 additions & 7 deletions script/nnbd_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,9 @@ readonly NNBD_PLUGINS_LIST=(
# building the all plugins app. This list should be kept empty.

readonly NON_NNBD_PLUGINS_LIST=(
"camera"
"google_maps_flutter" # half migrated
# "image_picker"
# "in_app_purchase"
# "quick_actions"
# "sensors"
# "wifi_info_flutter"
"camera" # partially migrated
"extension_google_sign_in_as_googleapis_auth"
"google_maps_flutter" # partially migrated
)

export EXCLUDED_PLUGINS_FROM_STABLE=$(IFS=, ; echo "${NNBD_PLUGINS_LIST[*]}")
Expand Down