diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-10 11:13:22 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-28 10:50:57 -0700 |
commit | 94af7aa13b923fb96c152c4cb4251fe415271a91 (patch) | |
tree | 0123fa884d3baad0a39b011a7342cd2027ab9c06 /.gitmodules | |
parent | 86b7ee8c78b62b562e1d4aa3ea9e94ade330f2b8 (diff) |
binding: gps: move build to cmake
Enable cmake build system for building webpack wgt, and remove
unnecessary files
Change-Id: Ia00b1ba7a9d26e7f8933c0ccc97bf8b91dbfa012
Bug-AGL: SPEC-823
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
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 0000000..b545da1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "conf.d/app-templates"] + path = conf.d/app-templates + url = https://gerrit.automotivelinux.org/gerrit/apps/app-templates |