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

This commit is contained in:
hellohuanlin 2022-07-28 16:42:07 -07:00 committed by GitHub
parent 3cdb91f3a8
commit b00bfef3c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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: >

View File

@ -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';