[et] Add Android x64 configurations (flutter/engine#56703)

Closes: https://github.com/flutter/flutter/issues/156598
This commit is contained in:
Daco Harkes 2024-11-20 20:03:25 +01:00 committed by GitHub
parent c9bb068cfa
commit a599b5e31f

View File

@ -288,6 +288,33 @@
"targets": []
}
},
{
"cas_archive": false,
"drone_dimensions": [
"os=Linux",
"device_type=none"
],
"gclient_variables": {
"use_rbe": true
},
"gn": [
"--runtime-mode",
"debug",
"--unoptimized",
"--android",
"--android-cpu=x64",
"--no-stripped",
"--no-lto",
"--rbe",
"--no-goma"
],
"name": "linux/android_debug_unopt_x64",
"description": "Builds an unoptimized debug mode engine that targets 64-bit x64 Android from a Linux host.",
"ninja": {
"config": "android_debug_unopt_x64",
"targets": []
}
},
{
"cas_archive": false,
"drone_dimensions": [