diff --git a/srclibs/RootTools.txt b/srclibs/RootTools.txt index 289ec2e5e8..f3a71a271e 100644 --- a/srclibs/RootTools.txt +++ b/srclibs/RootTools.txt @@ -1,5 +1,15 @@ -Repo Type:git-svn -Repo:https://roottools.googlecode.com/svn;trunk=trunk/Stable/RootTools-sdk3-generic;tags=trunk/Stable/TAGS +# Source details (the only mandatory fields) +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: diff --git a/srclibs/RootToolsGithub.txt b/srclibs/RootToolsGithub.txt deleted file mode 100644 index f3a71a271e..0000000000 --- a/srclibs/RootToolsGithub.txt +++ /dev/null @@ -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: - diff --git a/srclibs/RootToolsSvn.txt b/srclibs/RootToolsSvn.txt new file mode 100644 index 0000000000..289ec2e5e8 --- /dev/null +++ b/srclibs/RootToolsSvn.txt @@ -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 +