commit | 54688083ea47a5a2ba770b5178a63ceab3dfd4d5 | [log] [tgz] |
---|---|---|
author | dchai <dchai@google.com> | Wed Dec 04 11:11:20 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Dec 04 11:12:23 2019 -0800 |
tree | 40be018daf717b9433e72a125863cbe45114b482 | |
parent | 6d297efa4ada1c66a460a64c0a6412283e36381b [diff] |
Add a missing null check The below code set neither 'aaptVersion' nor 'apkOut': https://github.com/bazelbuild/bazel/blob/c9d58a8cbf4ac57bce32b852246c76e4cf61bb58/src/main/java/com/google/devtools/build/lib/rules/android/ResourceApk.java#L316 so it was basically always using aapt1. Fixing the AAPT version then causes RPBB to crash because apkOut is unset. :/ PiperOrigin-RevId: 283793602
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md