commit | f1694ee1c3a3bd999503d25e19348b5890a32aff | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Oct 11 15:36:15 2023 -0700 |
committer | Xin Li <delphij@google.com> | Fri Mar 15 13:23:16 2024 -0700 |
tree | f2d45cd92a4f865d174c480416b708df3bc873f9 | |
parent | e203586dd30bb89d4c3e6ae2684e751413041080 [diff] |
Change switches on resource IDs to if statements Prepare for building the DocumentsUI code once as a library by using if statements instead of switches on resource IDs. Libraries are compiled with non-final reosurce IDs, as the final IDs will be assigned later during app linking. This relands Ia48b0b35a891a6a427b67a7a09bfe6cab2663fc4. Test: m DocumentsUI Bug: 294256649 Merged-In: Iac561933980b5089347a451c6738596317eccf76 Change-Id: Iac561933980b5089347a451c6738596317eccf76