Append android.library=true to project.properties
This commit is contained in:
parent
8f913b7c30
commit
760e961b43
|
@ -2,4 +2,4 @@ Repo Type:git
|
|||
Repo:https://github.com/cketti/ckChangeLog
|
||||
|
||||
Subdir:library,ckChangeLog/src/main
|
||||
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo 'target=android-19' > project.properties
|
||||
Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo 'target=android-19' > project.properties && echo "android.library=true" >> project.properties
|
||||
|
|
Loading…
Reference in a new issue