From b9a88d65c8e56961d85a122cde3f9661eba5707e Mon Sep 17 00:00:00 2001 From: iphydf Date: Tue, 20 Feb 2024 16:27:33 +0000 Subject: [PATCH] feat: Add back jvm-toxcore-c to the stack. --- .gitmodules | 3 +++ jvm-toxcore-c | 1 + tools/BUILD.bazel | 1 + tools/git-remotes | 4 ++++ 4 files changed, 9 insertions(+) create mode 160000 jvm-toxcore-c diff --git a/.gitmodules b/.gitmodules index 5d43149c..6a5d6861 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,6 +64,9 @@ [submodule "js-toxcore-c"] path = js-toxcore-c url = https://github.com/TokTok/js-toxcore-c +[submodule "jvm-toxcore-c"] + path = jvm-toxcore-c + url = https://github.com/TokTok/jvm-toxcore-c [submodule "py-toxcore-c"] path = py_toxcore_c url = https://github.com/TokTok/py-toxcore-c diff --git a/jvm-toxcore-c b/jvm-toxcore-c new file mode 160000 index 00000000..fe06f91c --- /dev/null +++ b/jvm-toxcore-c @@ -0,0 +1 @@ +Subproject commit fe06f91c72c204abef695167200ea371d911c1bc diff --git a/tools/BUILD.bazel b/tools/BUILD.bazel index 7650c055..23bc861e 100644 --- a/tools/BUILD.bazel +++ b/tools/BUILD.bazel @@ -23,6 +23,7 @@ workspace(projects = [ "hs-toxcore", "hs-toxcore-c", "js-toxcore-c", + "jvm-toxcore-c", "py_toxcore_c", "qtox", "spec", diff --git a/tools/git-remotes b/tools/git-remotes index bed6887d..e81eed75 100755 --- a/tools/git-remotes +++ b/tools/git-remotes @@ -135,6 +135,10 @@ our %REPOS = ( upstream => 'toktok', repo 'iphydf', }], + 'jvm-toxcore-c' => ['jvm-toxcore-c', { + upstream => 'toktok', + repo 'iphydf', + }], 'py_toxcore_c' => ['py-toxcore-c', { upstream => 'toktok', repo ['aitjcize', 'PyTox'],