commit | db2f1d5f00551cb930ae657e2c74532c2b0bb8d8 | [log] [tgz] |
---|---|---|
author | dchai <dchai@google.com> | Mon Dec 16 17:29:02 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Dec 16 17:29:57 2019 -0800 |
tree | f89e3deba7c325be9d6ab7fee8820cc267ada3aa | |
parent | 086073949943ab048cc66c6af650f44188e98b7d [diff] |
Log (but don't throw) when encountering an unknown attribute on a merged styleable Styleables are merged, which can lead to situation where a styleable refers to an attribute from a transitive dependency. Rather than add a dep for unused attributes to make RPBB happy, we'll just drop it and let javac complain if they're actually used. Styleables for custom views shouldn't be merged anyway, and won't be when they're marked private. PiperOrigin-RevId: 285885337
{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