Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'provider has no value' error when running DGP integration tests …
…without ANDROID_HOME (#3727) Currently, if someone tries to run any Gradle Integration Test and they don't have ANDROID_HOME configured, then the Gradle build breaks because the SDK dir eagerly tries to fetch the value. This change fixes this by only setting ANDROID_HOME in tests if possible. This allows running the integration tests, although the Android one will fail!
- Loading branch information