From ee7a5bd3a7a2b4349645517948d58bdba2bdc74b Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Wed, 14 Jun 2023 15:24:20 -0700 Subject: [PATCH] Add missing artifact to the android_arm64_profile config. The generation and archiving of this artifact was missed during the engine v2 migration. Bug: https://github.com/flutter/flutter/issues/128907 --- ci/builders/linux_android_aot_engine.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/builders/linux_android_aot_engine.json b/ci/builders/linux_android_aot_engine.json index 75cf0b00b276b..0461bff00723e 100644 --- a/ci/builders/linux_android_aot_engine.json +++ b/ci/builders/linux_android_aot_engine.json @@ -121,6 +121,7 @@ "include_paths": [ "out/android_profile_arm64/zip_archives/android-arm64-profile/artifacts.zip", "out/android_profile_arm64/zip_archives/android-arm64-profile/linux-x64.zip", + "out/android_profile_arm64/zip_archives/android-arm64-profile/symbols.zip", "out/android_profile_arm64/zip_archives/android-arm64-profile/analyze-snapshot-linux-x64.zip", "out/android_profile_arm64/zip_archives/download.flutter.io" ],