Get rid of support submodule

It is now unused. Was used for v7-appcompat in ant, which is no longer
supported.
This commit is contained in:
Daniel Martí 2015-08-05 16:47:25 -07:00
parent 20c3a50f3b
commit 94ace2e1af
4 changed files with 5 additions and 9 deletions

4
.gitmodules vendored
View File

@ -1,4 +0,0 @@
[submodule "extern/Support"]
path = extern/Support
url = https://android.googlesource.com/platform/frameworks/support
ignore = dirty

View File

@ -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

View File

@ -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
```

1
extern/Support vendored

@ -1 +0,0 @@
Subproject commit e4ecf4ad3dd5a1c229e30db56a224eacc72a7fd2