Avoid error messagesav
This commit is contained in:
parent
1564d23ea8
commit
f0ab35699c
1 changed files with 6 additions and 1 deletions
|
@ -1,2 +1,7 @@
|
||||||
rootProject.name='brouter'
|
rootProject.name='brouter'
|
||||||
include ':brouter-routing-app', ':brouter-mapaccess', ':brouter-core', ':brouter-util', ':brouter-expressions', ':brouter-codec', ':brouter-map-creator', ':brouter-server'
|
if (file('local.properties').exists()) {
|
||||||
|
include ':brouter-routing-app'
|
||||||
|
} else {
|
||||||
|
println "Note: To include Android app add 'local.properties' with 'sdk.dir=...' "
|
||||||
|
}
|
||||||
|
include ':brouter-mapaccess', ':brouter-core', ':brouter-util', ':brouter-expressions', ':brouter-codec', ':brouter-map-creator', ':brouter-server'
|
Loading…
Reference in a new issue