mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[et] Add Android x64 configurations (flutter/engine#56703)
Closes: https://github.com/flutter/flutter/issues/156598
This commit is contained in:
parent
c9bb068cfa
commit
a599b5e31f
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user