Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ci/builders/local_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
"gn": [
"--runtime-mode",
"debug",
"--unoptimized",
"--android",
"--android-cpu=arm64",
"--no-stripped",
"--no-lto"
],
"name": "android_debug_arm64",
"name": "android_debug_unopt_arm64",
"ninja": {
"config": "android_debug_arm64",
"config": "android_debug_unopt_arm64",
"targets": []
}
},
Expand Down