mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update examples/** to provide --local-engine-host. (flutter/engine#44610)
Partial work towards https://github.com/flutter/flutter/issues/132245.
This commit is contained in:
parent
234063b3ae
commit
88a116a521
@ -28,7 +28,8 @@ cd myapp
|
||||
cp ../../main.dart lib/main.dart
|
||||
flutter build bundle \
|
||||
--local-engine-src-path ../../../../../ \
|
||||
--local-engine=$variant
|
||||
--local-engine=$variant \
|
||||
--local-engine-host=$variant
|
||||
cd -
|
||||
|
||||
#################################################################
|
||||
|
||||
@ -24,7 +24,8 @@ cd myapp
|
||||
cp ../../main.dart lib/main.dart
|
||||
flutter build bundle \
|
||||
--local-engine-src-path ../../../../../ \
|
||||
--local-engine=host_debug_unopt
|
||||
--local-engine=host_debug_unopt \
|
||||
--local-engine-host=host_debug_unopt
|
||||
cd -
|
||||
|
||||
#################################################################
|
||||
|
||||
@ -18,7 +18,8 @@ pushd myapp > /dev/null
|
||||
#cp ../../main.dart lib/main.dart
|
||||
flutter build bundle \
|
||||
--local-engine-src-path ../../../../../ \
|
||||
--local-engine=host_debug_unopt
|
||||
--local-engine=host_debug_unopt \
|
||||
--local-engine-host=host_debug_unopt
|
||||
popd > /dev/null
|
||||
|
||||
#################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user