commit | 831baa2e2566bf1d243c06918672abd5ff786105 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Tue Oct 05 12:29:25 2010 -0700 |
committer | Kenny Root <kroot@google.com> | Tue Oct 05 12:56:03 2010 -0700 |
tree | 9d3c02281f0185abc21b7127a4c026026c496fcc | |
parent | 8735c4cda00de26127d694bfbc81e192c4caca44 [diff] |
Remove lingering system app native libs in /data If a system app had a lingering native library in /data/data/<app>/lib, it would prefer that over the one in /system/lib due to recent changed in the Dalvik JNI class loading code. To "fix" that we need to check if there are any native libraries in a /data/data/<app>/lib directory for any non-updated system apps and delete them during scanning. Change-Id: If3a22e41a8531e9e5a44ba001dcea46253d47d45