commit | 39696bdac980e8c766fff9e71df12a3258bfeeed | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Thu Apr 26 09:11:28 2018 -0700 |
committer | Makoto Onuki <omakoto@google.com> | Thu Apr 26 16:37:57 2018 -0700 |
tree | 6bfd21e824ca03ac15fca1f0bedde0c3404ad0e5 | |
parent | a991bc00d85a18ffc8c256aa2be9c41b5170ea94 [diff] |
Fix PersistableBundle C++ -> Java interop PersistableBundle.java expects items to be sorted by the hash codes of the keys, but PersistableBundle.cpp isn't compatible to it. PersistableBundle.java now knowns what was parceled by C++ because it now uses a different magic, and change the unpercel strategy. Change-Id: Ia516f80b6d48dcb9f981767e0e64303434f39fb4 Fixes: 65744965 Test: adb shell sm fstrim and check logcat