Had forgotten a srclib tweak

This commit is contained in:
David Black 2014-01-23 19:45:36 +00:00
parent d039ced5b6
commit 8030671c00

View file

@ -1,6 +1,6 @@
Repo Type:git-svn
Repo:http://roottools.googlecode.com/svn;trunk=trunk/Stable/RootTools-sdk3-generic;tags=trunk/Stable/TAGS
#Prepare:mkdir -p bin/classes && echo -e "android.library=true\ntarget=android-16\n" >> project.properties
#Update Project:Yes
Prepare:echo -e "android.library=true\ntarget=android-16\n" >> project.properties && sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
Update Project:Yes