commit | 4e9a922ede24f7f7bfe793321f7328623ee2a061 | [log] [tgz] |
---|---|---|
author | Ryan Mitchell <rtmitchell@google.com> | Tue Nov 13 10:40:07 2018 -0800 |
committer | Ryan Mitchell <rtmitchell@google.com> | Thu Nov 15 11:37:01 2018 -0800 |
tree | b74d2ecefc7e6902ff37c1be7798adc5861ae13d | |
parent | 67dd91e6a301c9dd15f4f95ac715064534296a53 [diff] |
Fix loaded apk string pool order Loading in an APk changed the ordering of strings in the string pool. When loading an apk, assign the strings to the same index as they are in the ResStringPool. Bug: 118831219 Test: "aapt2 dump strings left.apk" prints in the correct order, "aapt2 convert left.apk --output-format binary -o left_binary.apk" has entries in the correct order, and aapt2_tests Change-Id: I00014c02195f39c1152a110e90083d9b14e9216e