// build-default.gradle的包提供给服务端 // build-android.gradle的包提供给客户端 def profile = System.getProperty("profile") ?: "default" apply from: "build-${profile}.gradle"