Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 80252cb

Browse files
authored
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: flutter/flutter#128907 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent bd2caeb commit 80252cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/builders/linux_android_aot_engine.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"include_paths": [
122122
"out/android_profile_arm64/zip_archives/android-arm64-profile/artifacts.zip",
123123
"out/android_profile_arm64/zip_archives/android-arm64-profile/linux-x64.zip",
124+
"out/android_profile_arm64/zip_archives/android-arm64-profile/symbols.zip",
124125
"out/android_profile_arm64/zip_archives/android-arm64-profile/analyze-snapshot-linux-x64.zip",
125126
"out/android_profile_arm64/zip_archives/download.flutter.io"
126127
],

0 commit comments

Comments
 (0)