Skip to content

Commit

Permalink
Remove custom ports from build_android.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Dec 28, 2023
1 parent d9ca8c0 commit dcae731
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/patrol_cli/lib/src/commands/build_android.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ class BuildAndroidCommand extends PatrolCommand {
'PATROL_ANDROID_APP_NAME': config.android.appName,
'PATROL_TEST_LABEL_ENABLED': displayLabel.toString(),
'INTEGRATION_TEST_SHOULD_REPORT_RESULTS_TO_NATIVE': 'false',
'PATROL_TEST_SERVER_PORT': super.testServerPort.toString(),
'PATROL_APP_SERVER_PORT': super.appServerPort.toString(),
}.withNullsRemoved();

final dartDefines = {...customDartDefines, ...internalDartDefines};
Expand Down

0 comments on commit dcae731

Please sign in to comment.