| commit | dd0c368accdc0db17e3e2a17143a50bc4167dd8f | [log] [tgz] |
|---|---|---|
| author | Googler <noreply@google.com> | Mon Apr 12 08:51:27 2021 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Apr 12 08:52:47 2021 -0700 |
| tree | db5b1de9a1430d15a6c273ba5bdbfe477ea61f1b | |
| parent | 3439a52cd6cc92420fa8f21c5910e750b01c18c7 [diff] |
Parse references to library R fields in R.txt Now when an application builds against a beta or preview SDK, if an application defines a styleable that references Android resources that have not had their resource ids finalized, the styleable will reference the android.R.attr fields of the non-finalized resources rather than hard code the non-finalized resource ids in the styleable. IntArrayFieldInitializer.java must be able to parse these static field references and generate the correct source and byte code to read the attribute resource id from the android.R class. RELNOTES: None PiperOrigin-RevId: 368012174
{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