Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4d7a27a

Browse files
committed
Added CI step for building with validation layers
1 parent 7e6dab6 commit 4d7a27a

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

ci/builders/linux_android_debug_engine.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,27 @@
134134
]
135135
}
136136
},
137+
{
138+
"archives": [],
139+
"drone_dimensions": [
140+
"device_type=none",
141+
"os=Linux"
142+
],
143+
"gn": [
144+
"--android",
145+
"--android-cpu=arm64",
146+
"--no-lto",
147+
"--enable-vulkan-validation-layers"
148+
],
149+
"name": "android_debug_arm64_validation_layers",
150+
"ninja": {
151+
"config": "android_debug_arm64_validation_layers",
152+
"targets": [
153+
"flutter",
154+
"flutter/shell/platform/android:abi_jars"
155+
]
156+
}
157+
},
137158
{
138159
"archives": [
139160
{

0 commit comments

Comments
 (0)