commit | c3f9cc17a257b791c71e8129c164afd42ffd1389 | [log] [tgz] |
---|---|---|
author | dchai <dchai@google.com> | Mon Dec 16 10:16:14 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Dec 16 10:17:15 2019 -0800 |
tree | e1b8e4909ae62b720057380219c5070e87c47268 | |
parent | f42daeeebbe29ed38e31e6f95090b94a2e8792a6 [diff] |
Remove deprecated code for pre-assigned resource IDs Pre-assigned resource IDs (i.e. <public id="0x7f123456"/>) are not supported by RPBB, and this code will never be needed for supporting pre-assigned IDs. The removed code provided this functionality: * reservation of IDs at compile time; this should not exist, since compile-time IDs are meaningless. * assert that reserved IDs match between (un)qualified values, i.e. values/ and values-es/. aapt2 ignores <public> tag in all qualified resource directories. * assert that reserved IDs are consistent w.r.t. types, e.g. all string IDs use type ID 0x02 or whatever. This is aapt2's responsibility, assuming that this is even desired (the underlying code in Android doesn't care). PiperOrigin-RevId: 285797220
{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