diff options
author | Aakash Solanki <tech2aks@gmail.com> | 2022-09-02 11:55:26 +0200 |
---|---|---|
committer | Aakash Solanki <tech2aks@gmail.com> | 2022-09-03 23:51:44 +0200 |
commit | 33d1ea369edc857634143f057109c252a66583af (patch) | |
tree | 9fb8f8a80606c4838347c4e99fe36c49f134252f /recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json | |
parent | f8eb43810177a33d2fb414341e31caa0ae75bdfe (diff) |
Change SRCREV for flutter instrument cluster recipe
- Change SRCREV to use latest commit
- Change packagename from `ic` to `flutter_cluster_dashboard`
- Change kuksa_vss_init.py to add signals for navigation
Latest commit of the flutter app includes the new navigation
in the instrument cluster, more indicators and unnecessary
files and folders are also removed.
Bug-AGL: SPEC-4508
Change-Id: I766b410cd66774bfb84eeb0ce9654ed85e8d2af3
Signed-off-by: Aakash Solanki <tech2aks@gmail.com>
Diffstat (limited to 'recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json')
-rw-r--r-- | recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json b/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json deleted file mode 100644 index 3cee35087..000000000 --- a/recipes-demo/flutter-cluster-dashboard/files/ic_on_bg-debug.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "view" : [ { - "window_type" : "BG", - "bundle_path" : "/usr/share/flutter/ic", - "vm_args":["--observatory-host", "0.0.0.0", "--observatory-port", "1234"], - "width" : 1920, - "height": 1080, - "fullscreen": true - } - ] -} |