From 4db7a1decabf4d9dabdf1b4f8761b80fa839533a Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 15 Nov 2023 08:06:48 +0900 Subject: Rename config directory to avoid collisions The application was failing to build due to the presence of the "config" directory, which seems to conflict with the generation of files with "flutter config" during builds with meta-flutter's flutter-app bbclass. Rename the directory and update references to it to allow building. Bug-AGL: SPEC-4969 Change-Id: I5d36d8fb2c91f0a1aa6c4deb86a040424bc35ac5 Signed-off-by: Scott Murray --- app-config/config.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app-config/config.yaml (limited to 'app-config') diff --git a/app-config/config.yaml b/app-config/config.yaml new file mode 100644 index 0000000..138fe4b --- /dev/null +++ b/app-config/config.yaml @@ -0,0 +1,2 @@ +hostname: localhost +port: 55556 -- cgit 1.2.3-korg