The git one is the new and default one
This commit is contained in:
parent
fcd7b7d342
commit
0c2e67739b
|
@ -1,5 +1,15 @@
|
||||||
Repo Type:git-svn
|
# Source details (the only mandatory fields)
|
||||||
Repo:https://roottools.googlecode.com/svn;trunk=trunk/Stable/RootTools-sdk3-generic;tags=trunk/Stable/TAGS
|
Repo Type:git
|
||||||
|
Repo:https://github.com/Stericson/RootTools.git
|
||||||
|
|
||||||
Prepare:echo -e "android.library=true\ntarget=android-16\n" >> project.properties && sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
|
# Comma-separated list of subdirs to use. The first existing subdirectory
|
||||||
|
# found between those given will be used. If none is found or provided, the
|
||||||
|
# root of the repo directory will be used instead.
|
||||||
|
Subdir:RootTools
|
||||||
|
|
||||||
|
# Any extra commands to prepare the source library
|
||||||
|
Prepare:
|
||||||
|
|
||||||
|
# If given "Yes", "android update project -p ." will be executed
|
||||||
|
Update Project:
|
||||||
|
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
# Source details (the only mandatory fields)
|
|
||||||
Repo Type:git
|
|
||||||
Repo:https://github.com/Stericson/RootTools.git
|
|
||||||
|
|
||||||
# Comma-separated list of subdirs to use. The first existing subdirectory
|
|
||||||
# found between those given will be used. If none is found or provided, the
|
|
||||||
# root of the repo directory will be used instead.
|
|
||||||
Subdir:RootTools
|
|
||||||
|
|
||||||
# Any extra commands to prepare the source library
|
|
||||||
Prepare:
|
|
||||||
|
|
||||||
# If given "Yes", "android update project -p ." will be executed
|
|
||||||
Update Project:
|
|
||||||
|
|
5
srclibs/RootToolsSvn.txt
Normal file
5
srclibs/RootToolsSvn.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Repo Type:git-svn
|
||||||
|
Repo:https://roottools.googlecode.com/svn;trunk=trunk/Stable/RootTools-sdk3-generic;tags=trunk/Stable/TAGS
|
||||||
|
|
||||||
|
Prepare:echo -e "android.library=true\ntarget=android-16\n" >> project.properties && sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
|
||||||
|
|
Loading…
Reference in a new issue