[build] Remove runtime_kernel target from GN build

Remove the runtime_kernel target and all uses of it in scripts or
the test matrix.  This runtime_kernel target is only an alias for
the runtime target, now that kernel is the default.

BUG=https://github.com/dart-lang/sdk/issues/46892

Change-Id: I00c0ecf8adbd7bff3fd3df48023a2976c5172066
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210000
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: William Hesse <whesse@google.com>
This commit is contained in:
William Hesse
2021-08-13 10:09:41 +00:00
committed by commit-bot@chromium.org
parent fb861597e4
commit 8776e15f60
6 changed files with 32 additions and 41 deletions
+26 -27
View File
@@ -1016,7 +1016,7 @@
"create_sdk",
"dartdevc_test",
"kernel_platform_files",
"runtime_kernel"
"runtime"
]
},
{
@@ -1095,7 +1095,7 @@
"create_sdk",
"dartdevc_test",
"kernel_platform_files",
"runtime_kernel"
"runtime"
]
},
{
@@ -1186,7 +1186,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel",
"runtime",
"dart_precompiled_runtime",
"--os=android"
]
@@ -1222,7 +1222,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel",
"runtime",
"--os=android"
]
},
@@ -1267,7 +1267,7 @@
"arguments": [
"--use-qemu",
"dart_precompiled_runtime",
"runtime_kernel"
"runtime"
]
},
{
@@ -1306,7 +1306,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel",
"runtime",
"dart_precompiled_runtime",
"gen_snapshot"
]
@@ -1364,7 +1364,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel",
"runtime",
"dart_precompiled_runtime"
]
},
@@ -1435,7 +1435,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel",
"runtime",
"dart_precompiled_runtime"
]
},
@@ -1478,7 +1478,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel",
"runtime",
"dart_precompiled_runtime"
]
},
@@ -1508,7 +1508,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel",
"runtime",
"dart_precompiled_runtime"
]
},
@@ -1535,7 +1535,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel",
"runtime",
"dart_precompiled_runtime"
]
},
@@ -1565,7 +1565,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel",
"runtime",
"dart_precompiled_runtime"
]
},
@@ -1592,7 +1592,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel",
"runtime",
"dart_precompiled_runtime"
]
},
@@ -1796,7 +1796,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel"
"runtime"
]
},
{
@@ -1840,8 +1840,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"create_sdk",
"runtime_kernel"
"runtime"
]
},
{
@@ -1926,7 +1925,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel"
"runtime"
]
},
{
@@ -1961,7 +1960,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel"
"runtime"
]
},
{
@@ -2009,7 +2008,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel"
"runtime"
]
},
{
@@ -2037,7 +2036,7 @@
"arguments": [
"dart_precompiled_runtime",
"gen_snapshot",
"runtime_kernel"
"runtime"
]
},
{
@@ -2067,7 +2066,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel"
"runtime"
]
},
{
@@ -2365,7 +2364,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel"
"runtime"
]
},
{
@@ -2393,7 +2392,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel"
"runtime"
]
},
{
@@ -2421,7 +2420,7 @@
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"runtime_kernel"
"runtime"
]
},
{
@@ -2973,7 +2972,7 @@
"--arch=ia32,x64",
"--mode=release",
"create_sdk",
"runtime_kernel"
"runtime"
]
},
{
@@ -3836,7 +3835,7 @@
"arguments": [
"--mode=debug,release",
"--arch=x64",
"runtime_kernel",
"runtime",
"dart_precompiled_runtime"
]
},
@@ -3847,7 +3846,7 @@
"--mode=release",
"--arch=x64",
"--sanitizer=tsan",
"runtime_kernel",
"runtime",
"dart_precompiled_runtime"
]
},