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:
parent
20c3a50f3b
commit
94ace2e1af
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,4 +0,0 @@
|
||||
[submodule "extern/Support"]
|
||||
path = extern/Support
|
||||
url = https://android.googlesource.com/platform/frameworks/support
|
||||
ignore = dirty
|
@ -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
|
||||
|
@ -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
extern/Support
vendored
@ -1 +0,0 @@
|
||||
Subproject commit e4ecf4ad3dd5a1c229e30db56a224eacc72a7fd2
|
Loading…
x
Reference in New Issue
Block a user