From 700a0c2ec9de792ebc2624e74393b70f16008747 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Wed, 14 Jun 2023 17:44:20 -0700 Subject: [PATCH] Add missing artifact to the android_arm64_profile config. (#42858) The generation and archiving of this artifact was missed during the engine v2 migration. Bug: https://github.com/flutter/flutter/issues/128907 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style --- 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" ],