Skip to content

Commit

Permalink
chore: print env variables in build_example.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Nov 2, 2024
1 parent 2d8e2e6 commit 27ba62c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ else
fi

cd examples/default_counter_app && \
echo "FLUTTER_HOST=${FLUTTER_HOST} ; FLUTTER_ENGINE_FOLDER=${FLUTTER_ENGINE_FOLDER} ; FLUTTER_ARCH=${FLUTTER_ARCH}"
flutter build ${FLUTTER_HOST} --debug --local-engine-src-path=$FLUTTER_ENGINE_FOLDER/.. --local-engine=host_debug_unopt${FLUTTER_ARCH} --local-engine-host=host_debug_unopt${FLUTTER_ARCH}

0 comments on commit 27ba62c

Please sign in to comment.