Unverified Commit b00bfef3 authored by hellohuanlin's avatar hellohuanlin Committed by GitHub

[platform_view]add android deps to platform view test (#108585)

parent 3cdb91f3
...@@ -3501,6 +3501,8 @@ targets: ...@@ -3501,6 +3501,8 @@ targets:
properties: properties:
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk", "version": "version:32v1"},
{"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode", "version": "13a233"} {"dependency": "xcode", "version": "13a233"}
] ]
tags: > tags: >
......
...@@ -10,7 +10,6 @@ import 'package:flutter_devicelab/framework/utils.dart'; ...@@ -10,7 +10,6 @@ import 'package:flutter_devicelab/framework/utils.dart';
import 'package:path/path.dart' as path; import 'package:path/path.dart' as path;
Future<void> main() async { Future<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.ios;
await task(() async { await task(() async {
final String projectDirectory = '${flutterDirectory.path}/dev/integration_tests/ios_platform_view_tests'; final String projectDirectory = '${flutterDirectory.path}/dev/integration_tests/ios_platform_view_tests';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment