From 261594e78578db4b37ea03006932f51095fdf229 Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Tue, 29 Oct 2019 14:29:00 -0700 Subject: [PATCH] add libzip cache artifact (#43677) --- bin/internal/libzip.version | 1 + dev/devicelab/lib/framework/adb.dart | 1 + packages/flutter_tools/lib/src/cache.dart | 1 + 3 files changed, 3 insertions(+) create mode 100644 bin/internal/libzip.version diff --git a/bin/internal/libzip.version b/bin/internal/libzip.version new file mode 100644 index 0000000000..736a9a9d22 --- /dev/null +++ b/bin/internal/libzip.version @@ -0,0 +1 @@ +8fb14f99a8854d4e2b16559c0eb48e7c297065ce diff --git a/dev/devicelab/lib/framework/adb.dart b/dev/devicelab/lib/framework/adb.dart index 0008243832..7783d30b7f 100644 --- a/dev/devicelab/lib/framework/adb.dart +++ b/dev/devicelab/lib/framework/adb.dart @@ -412,6 +412,7 @@ class IosDeviceDiscovery implements DeviceDiscovery { 'openssl', 'ideviceinstaller', 'ios-deploy', + 'libzip', ].map((String packageName) => path.join(_artifactDirPath, packageName)).join(':'); return {'DYLD_LIBRARY_PATH': libPath}; } diff --git a/packages/flutter_tools/lib/src/cache.dart b/packages/flutter_tools/lib/src/cache.dart index 1e25e0126a..3b7f4a1f60 100644 --- a/packages/flutter_tools/lib/src/cache.dart +++ b/packages/flutter_tools/lib/src/cache.dart @@ -1100,6 +1100,7 @@ class IosUsbArtifacts extends CachedArtifact { 'openssl', 'ideviceinstaller', 'ios-deploy', + 'libzip', ]; @override