diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-06-02 14:34:03 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-06-02 14:40:30 -0400 |
commit | 4ee878dd42a3af74ad454505a8feb6e120e48d36 (patch) | |
tree | 8964ba734d92b68a8b8c6bfbb79e79d8fbaa35e8 /.gitreview | |
parent | 7dabb46483ff6a3a4fa5cfe532b91412f185554d (diff) |
Remove submodule usage and add autobuild scripts
Changes:
- Add .gitreview file to enable "git review" subcommand against AGL
Gerrit
- Remove old CMake app templates submodule usage in favor of the
toolchain provide templates
- Tweak config.cmake to work with newer app templates
- Add latest CMake autobuild scripts
Bug-AGL: SPEC-2049, SPEC-3300
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ib236e4d5380c5ef55f99692f519f928eefd7d802
Diffstat (limited to '.gitreview')
-rw-r--r-- | .gitreview | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..9545b18 --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=gerrit.automotivelinux.org +port=29418 +project=apps/chromium +defaultbranch=master |