From 26db371e81b4033d2311043c74fff23a53abd4d9 Mon Sep 17 00:00:00 2001
From: Philippe Coval <philippe.coval.ext@huawei.com>
Date: Wed, 15 Jun 2022 18:07:04 +0200
Subject: [PATCH] conf: Set runtime to debug

Relate-to: https://booting.oniroproject.org/rzr/meta-oniro-blueprint-flutter/-/issues/3#note_24362
Signed-off-by: Philippe Coval <philippe.coval.ext@huawei.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 4199de3..69c2dcc 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -26,7 +26,7 @@ LAYERSERIES_COMPAT_meta-oniro-blueprint-flutter = "dunfell honister kirkstone"
 # Pin latest tag: https://github.com/meta-flutter/meta-flutter/pull/71
 # FLUTTER_SDK_TAG ?= "2.10.3"
 # FLUTTER_CHANNEL ?= "stable"
-FLUTTER_RUNTIME ?= "release"
+FLUTTER_RUNTIME ?= "debug"
 
 PACKAGECONFIG:pn-flutter-engine-release = "disable-desktop-embeddings embedder-for-target fontconfig release"
 PACKAGECONFIG:pn-flutter-engine-debug = "disable-desktop-embeddings embedder-for-target fontconfig debug"
-- 
GitLab