|
299 | 299 | "flutter/shell/platform/android:analyze_snapshot" |
300 | 300 | ] |
301 | 301 | } |
| 302 | + }, |
| 303 | + { |
| 304 | + "archives": [ |
| 305 | + { |
| 306 | + "name": "ci/android_profile_riscv64", |
| 307 | + "type": "gcs", |
| 308 | + "base_path": "out/ci/android_profile_riscv64/zip_archives/", |
| 309 | + "include_paths": [ |
| 310 | + "out/ci/android_profile_riscv64/zip_archives/android-riscv64-profile/artifacts.zip", |
| 311 | + "out/ci/android_profile_riscv64/zip_archives/android-riscv64-profile/linux-x64.zip", |
| 312 | + "out/ci/android_profile_riscv64/zip_archives/android-riscv64-profile/symbols.zip", |
| 313 | + "out/ci/android_profile_riscv64/zip_archives/android-riscv64-profile/analyze-snapshot-linux-x64.zip", |
| 314 | + "out/ci/android_profile_riscv64/zip_archives/download.flutter.io" |
| 315 | + ], |
| 316 | + "realm": "production" |
| 317 | + } |
| 318 | + ], |
| 319 | + "drone_dimensions": [ |
| 320 | + "device_type=none", |
| 321 | + "os=Linux" |
| 322 | + ], |
| 323 | + "gclient_variables": { |
| 324 | + "use_rbe": true |
| 325 | + }, |
| 326 | + "gn": [ |
| 327 | + "--target-dir", |
| 328 | + "ci/android_profile_riscv64", |
| 329 | + "--runtime-mode", |
| 330 | + "profile", |
| 331 | + "--android", |
| 332 | + "--android-cpu", |
| 333 | + "riscv64", |
| 334 | + "--rbe", |
| 335 | + "--no-goma" |
| 336 | + ], |
| 337 | + "name": "ci/android_profile_riscv64", |
| 338 | + "description": "Produces profile mode artifacts to target riscv64 Android from a Linux host.", |
| 339 | + "ninja": { |
| 340 | + "config": "ci/android_profile_riscv64", |
| 341 | + "targets": [ |
| 342 | + "default", |
| 343 | + "clang_x64/gen_snapshot", |
| 344 | + "flutter/shell/platform/android:abi_jars", |
| 345 | + "flutter/shell/platform/android:analyze_snapshot" |
| 346 | + ] |
| 347 | + } |
| 348 | + }, |
| 349 | + { |
| 350 | + "archives": [ |
| 351 | + { |
| 352 | + "name": "ci/android_release_riscv64", |
| 353 | + "type": "gcs", |
| 354 | + "base_path": "out/ci/android_release_riscv64/zip_archives/", |
| 355 | + "include_paths": [ |
| 356 | + "out/ci/android_release_riscv64/zip_archives/android-riscv64-release/artifacts.zip", |
| 357 | + "out/ci/android_release_riscv64/zip_archives/android-riscv64-release/linux-x64.zip", |
| 358 | + "out/ci/android_release_riscv64/zip_archives/android-riscv64-release/symbols.zip", |
| 359 | + "out/ci/android_release_riscv64/zip_archives/android-riscv64-release/analyze-snapshot-linux-x64.zip", |
| 360 | + "out/ci/android_release_riscv64/zip_archives/download.flutter.io" |
| 361 | + ], |
| 362 | + "realm": "production" |
| 363 | + } |
| 364 | + ], |
| 365 | + "drone_dimensions": [ |
| 366 | + "device_type=none", |
| 367 | + "os=Linux" |
| 368 | + ], |
| 369 | + "gclient_variables": { |
| 370 | + "use_rbe": true |
| 371 | + }, |
| 372 | + "gn": [ |
| 373 | + "--target-dir", |
| 374 | + "ci/android_release_riscv64", |
| 375 | + "--runtime-mode", |
| 376 | + "release", |
| 377 | + "--android", |
| 378 | + "--android-cpu", |
| 379 | + "riscv64", |
| 380 | + "--rbe", |
| 381 | + "--no-goma" |
| 382 | + ], |
| 383 | + "name": "ci/android_release_riscv64", |
| 384 | + "description": "Produces release mode artifacts to target riscv64 Android from a Linux host.", |
| 385 | + "ninja": { |
| 386 | + "config": "ci/android_release_riscv64", |
| 387 | + "targets": [ |
| 388 | + "default", |
| 389 | + "clang_x64/gen_snapshot", |
| 390 | + "flutter/shell/platform/android:abi_jars", |
| 391 | + "flutter/shell/platform/android:analyze_snapshot" |
| 392 | + ] |
| 393 | + } |
302 | 394 | } |
303 | 395 | ], |
304 | 396 | "generators": { |
|
0 commit comments