Remove unopt build from linux_android debug. (flutter/engine#40498)

Remove unopt build from linux_android debug.
This commit is contained in:
godofredoc 2023-03-21 16:02:04 -07:00 committed by GitHub
parent 3837e3af1a
commit ff31cbc995

View File

@ -49,35 +49,6 @@
}
]
},
{
"archives": [
{
"name": "android_debug_unopt",
"type": "gcs",
"base_path": "out/android_release/zip_archives/",
"include_paths": []
}
],
"drone_dimensions": [
"device_type=none",
"os=Linux"
],
"gclient_custom_vars": {
"download_android_deps": false
},
"gn": [
"--android",
"--unoptimized",
"--runtime-mode=debug",
"--no-lto"
],
"name": "android_debug_unopt",
"ninja": {
"config": "android_debug_unopt",
"targets": []
},
"tests": []
},
{
"archives": [
{