mirror of
https://github.com/eclipse/paho.mqtt.android.git
synced 2025-05-09 10:51:15 +08:00
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:
parent
07f1b41bb7
commit
fe89528df5
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user