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
|
# Licenses
|
||||||
|
|
||||||
To see which license any one of these libraries is under, consult the extern/ directory.
|
To see which license any one of these libraries is under, consult the extern/
|
||||||
If you have checked out the source for all dependencies (`git submodule update --init` from the root directory),
|
directory. If you have checked out the source for all dependencies (`git
|
||||||
then you should be able to find the relevant LICENSE file for each, or else you can consult upstream.
|
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
|
# Building libraries from source
|
||||||
|
@ -16,7 +16,6 @@ gradle wrapper.
|
|||||||
Once you have checked out the version you wish to build, run:
|
Once you have checked out the version you wish to build, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
git submodule update --init
|
|
||||||
cd F-Droid
|
cd F-Droid
|
||||||
gradle clean assembleRelease
|
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