From 307846a82aa7c667f9ba4a3a53e9e391c30b78d3 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Thu, 3 May 2018 09:46:53 +0200 Subject: Add submodule for afb-helpers Add submodule for afb-helpers (needed for app-controller and DynAPI) Change-Id: I721a06db89f9ab07c182a776b7102821fa8be473 Signed-off-by: Jonathan Aillet --- .gitmodules | 3 +++ afb-helpers | 1 + 2 files changed, 4 insertions(+) create mode 160000 afb-helpers diff --git a/.gitmodules b/.gitmodules index 5dcf8c0..84e0b80 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "app-controller"] path = app-controller url = https://gerrit.automotivelinux.org/gerrit/apps/app-controller-submodule +[submodule "afb-helpers"] + path = afb-helpers + url = https://gerrit.automotivelinux.org/gerrit/apps/app-afb-helpers-submodule diff --git a/afb-helpers b/afb-helpers new file mode 160000 index 0000000..f5f1e25 --- /dev/null +++ b/afb-helpers @@ -0,0 +1 @@ +Subproject commit f5f1e251131b6dd54b8f7bb9a31a7ef6e231a947 -- cgit 1.2.3-korg