diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-11-15 08:06:48 +0900 |
---|---|---|
committer | Lisandro Perez Meyer <lpmeyer@ics.com> | 2023-11-15 16:43:57 +0000 |
commit | 4db7a1decabf4d9dabdf1b4f8761b80fa839533a (patch) | |
tree | 6e2eb6e8d9e8145ac2ad3fe544c9a2961a0fe7f3 /app-config | |
parent | 17b4bf6deb0d4ff3648785904d96df2bf8613b9c (diff) |
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 <scott.murray@konsulko.com>
Diffstat (limited to 'app-config')
-rw-r--r-- | app-config/config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |