commit | 87a67a6cd5cba8a7d1f4ded3a18949cbe6bca38c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Oct 11 15:36:15 2023 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Oct 26 13:45:03 2023 -0700 |
tree | 548759d0eb5db0d1744ac2296b657e1916a695d0 | |
parent | 2edfd23a63763eaed1e928deff1f07078ef08847 [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 Change-Id: Iac561933980b5089347a451c6738596317eccf76