At the moment Android Gradle Plugin
looks for `local.properties` 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!