summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-flutter/50_local.conf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/feature/agl-flutter/50_local.conf.inc')
-rw-r--r--templates/feature/agl-flutter/50_local.conf.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/feature/agl-flutter/50_local.conf.inc b/templates/feature/agl-flutter/50_local.conf.inc
new file mode 100644
index 00000000..23bb0ebc
--- /dev/null
+++ b/templates/feature/agl-flutter/50_local.conf.inc
@@ -0,0 +1,8 @@
+# Set Flutter Channel
+FLUTTER_CHANNEL = "dev"
+
+# Build engine with runtime=release
+PACKAGECONFIG:pn-flutter-engine = "embedder-for-target disable-desktop-embeddings fontconfig mode-release"
+
+# Include Flutter SDK in SDK
+TOOLCHAIN_HOST_TASK:append = " nativesdk-flutter-sdk"