commit | cfcf929d3234ab4cd6eae70fb69dd0861a430781 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Oct 11 15:36:15 2023 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Oct 17 13:36:14 2023 -0700 |
tree | ca87585c05d978184c9081ba8c9c25e3feca75b4 | |
parent | 65189b448b42fdad2d786cb701d7b71163786b19 [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. Test: m DocumentsUI Bug: 294256649 Change-Id: Ia48b0b35a891a6a427b67a7a09bfe6cab2663fc4