At the moment Android Gradle Plugin looks for `local.properties` <https://android.googlesource.com/platform/tools/build/+/69c4b95102b4b9862bfba68b3eaf5b7537a705ee/gradle/src/main/groovy/com/android/build/gradle/internal/Sdk.groovy#169> and if it finds one, it grabs things like path to Android SDK from it. Even though required environment variables may be present.
AS kinda forces you to create `local.properties` (or it autocreates it), but we need to ignore them to run some scripts. Would be very helpful if there would be an option that we could pass via Gradle paramets to disable `local.properties` lookup because currently we have to rename this file before running our scripts and then restore it back after which looks very awful from many points. Thanks! -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
