diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-20 17:57:54 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-20 19:33:55 +0100 |
commit | 5773aa807454aef8203f277733ff68de705f0198 (patch) | |
tree | fc9c59ef113376c830684e91d7672945b0f18d74 /.gitmodules | |
parent | 515e55e811ea64adc6d01443ffb9377e3f2e3320 (diff) |
Added afb-helpers submodule
Use the afb helpers lib to be able to use wrap_json functions.
Change-Id: I3a66ac4eb7d80ff921de13a7e749311d33f0572e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..8f248e80 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "app-afb-helpers-submodule"] + path = app-afb-helpers-submodule + url = https://gerrit.automotivelinux.org/gerrit/p/apps/app-afb-helpers-submodule.git |