From 54363b50996f9b63f248a8eeac5f58fcde4a0cf9 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Thu, 9 Dec 2021 10:40:59 +0100 Subject: [PATCH] Add android makefile submodule --- .gitmodules | 3 +++ hello-world-debian-android | 1 + 2 files changed, 4 insertions(+) create mode 160000 hello-world-debian-android diff --git a/.gitmodules b/.gitmodules index 5982b42..11ecb87 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "ModernCppStarter"] path = ModernCppStarter url = https://github.com/TheLartians/ModernCppStarter +[submodule "hello-world-debian-android"] + path = hello-world-debian-android + url = https://gitlab.com/Matrixcoffee/hello-world-debian-android diff --git a/hello-world-debian-android b/hello-world-debian-android new file mode 160000 index 0000000..39bf760 --- /dev/null +++ b/hello-world-debian-android @@ -0,0 +1 @@ +Subproject commit 39bf760edb093c1cba9f397db610cc8c1300a754