More tweaks to the Android Service Build Process (#78)

* Making sure that the service is build as a full project

Signed-off-by: James Sutton <james.sutton@uk.ibm.com>

* Changing build to ensure that service is built first

Signed-off-by: James Sutton <james.sutton@uk.ibm.com>

* Moving Lib copy to after clean

Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
This commit is contained in:
James Sutton 2016-04-22 10:13:03 +01:00
parent 07f1b41bb7
commit fe89528df5

View File

@ -122,7 +122,7 @@ task debug << {
configurations.compile.each { println it} configurations.compile.each { println it}
} }
// Required to bundle Java library Jar in AAR // Required to bundle Java library Jar in AAR
preBuild.doLast{ clean.doLast{
copyLibs.execute() copyLibs.execute()
} }
assemble.doLast { assemble.doLast {