Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
d4550fd4
Commit
d4550fd4
authored
Feb 13, 2017
by
Yegor
Committed by
GitHub
Feb 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not build APK twice (#8105)
parent
1bd1e7af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
drive.dart
packages/flutter_tools/lib/src/commands/drive.dart
+0
-11
No files found.
packages/flutter_tools/lib/src/commands/drive.dart
View file @
d4550fd4
...
...
@@ -20,7 +20,6 @@ import '../device.dart';
import
'../globals.dart'
;
import
'../ios/simulators.dart'
show
SimControl
,
IOSSimulatorUtils
;
import
'../resident_runner.dart'
;
import
'build_apk.dart'
as
build_apk
;
import
'run.dart'
;
/// Runs integration (a.k.a. end-to-end) tests.
...
...
@@ -263,16 +262,6 @@ Future<LaunchResult> _startApp(DriveCommand command) async {
return
null
;
}
// TODO(devoncarew): We should remove the need to special case here.
if
(
command
.
device
is
AndroidDevice
)
{
printTrace
(
'Building an APK.'
);
await
build_apk
.
buildApk
(
command
.
device
.
platform
,
target:
command
.
targetFile
,
buildMode:
command
.
getBuildMode
()
);
}
printTrace
(
'Stopping previously running application, if any.'
);
await
appStopper
(
command
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment