From 94ace2e1af37421511adb37e0fa60cf71d920d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 5 Aug 2015 16:47:25 -0700 Subject: [PATCH] Get rid of support submodule It is now unused. Was used for v7-appcompat in ant, which is no longer supported. --- .gitmodules | 4 ---- F-Droid/libs/README.md | 8 +++++--- README.md | 1 - extern/Support | 1 - 4 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 .gitmodules delete mode 160000 extern/Support diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index d113d3511..000000000 --- a/.gitmodules +++ /dev/null @@ -1,4 +0,0 @@ -[submodule "extern/Support"] - path = extern/Support - url = https://android.googlesource.com/platform/frameworks/support - ignore = dirty diff --git a/F-Droid/libs/README.md b/F-Droid/libs/README.md index a338d672c..430057598 100644 --- a/F-Droid/libs/README.md +++ b/F-Droid/libs/README.md @@ -1,8 +1,10 @@ # Licenses -To see which license any one of these libraries is under, consult the extern/ directory. -If you have checked out the source for all dependencies (`git submodule update --init` from the root directory), -then you should be able to find the relevant LICENSE file for each, or else you can consult upstream. +To see which license any one of these libraries is under, consult the extern/ +directory. If you have checked out the source for all dependencies (`git +submodule update --init` from the root directory if there are any submodules), +then you should be able to find the relevant LICENSE file for each, or else +you can consult upstream. # Building libraries from source diff --git a/README.md b/README.md index f9f3c9aad..da4f66888 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ gradle wrapper. Once you have checked out the version you wish to build, run: ``` -git submodule update --init cd F-Droid gradle clean assembleRelease ``` diff --git a/extern/Support b/extern/Support deleted file mode 160000 index e4ecf4ad3..000000000 --- a/extern/Support +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e4ecf4ad3dd5a1c229e30db56a224eacc72a7fd2