Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit b4157dd

Browse files
committed
Attempt to fix dependency problem building all plugins
1 parent 5e1f271 commit b4157dd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

script/build_all_plugins_app.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ source "$SCRIPT_DIR/nnbd_plugins.sh"
1919
check_changed_packages > /dev/null
2020

2121
readonly EXCLUDED_PLUGINS_LIST=(
22-
"camera_platform_interface"
2322
"connectivity_macos"
2423
"connectivity_platform_interface"
2524
"connectivity_web"

script/nnbd_plugins.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
readonly NNBD_PLUGINS_LIST=(
88
"android_intent"
99
"battery"
10+
"camera_platform_interface"
1011
"connectivity"
1112
"cross_file"
1213
"device_info"

0 commit comments

Comments
 (0)