diff --git a/ci/builders/local_engine.json b/ci/builders/local_engine.json index 2237511bed687..0a27c7aee9810 100644 --- a/ci/builders/local_engine.json +++ b/ci/builders/local_engine.json @@ -19,6 +19,26 @@ "targets": [] } }, + { + "drone_dimensions": [ + "os=Mac-13", + "os=Linux" + ], + "gn": [ + "--runtime-mode", + "debug", + "--unoptimized", + "--android", + "--android-cpu=arm64", + "--no-stripped", + "--no-lto" + ], + "name": "android_debug_unopt_arm64", + "ninja": { + "config": "android_debug_unopt_arm64", + "targets": [] + } + }, { "drone_dimensions": [ "os=Mac-13",