am 8a5ab396: am 2e86809b: Merge "Native libraries on SD" into gingerbread

Merge commit '8a5ab396cf4f3bb76a3e820f16f946e313b73fcf'

* commit '8a5ab396cf4f3bb76a3e820f16f946e313b73fcf':
  Native libraries on SD
This commit is contained in:
Kenny Root
2010-08-30 15:24:45 -07:00
committed by Android Git Automerger
2 changed files with 3 additions and 0 deletions

View File

@@ -9834,6 +9834,7 @@ class PackageManagerService extends IPackageManager.Stub {
ps.codePathString = ps.codePath.getPath();
ps.resourcePath = new File(pkg.applicationInfo.publicSourceDir);
ps.resourcePathString = ps.resourcePath.getPath();
ps.nativeLibraryPathString = newNativePath;
// Set the application info flag correctly.
if ((mp.flags & PackageManager.INSTALL_EXTERNAL) != 0) {
pkg.applicationInfo.flags |= ApplicationInfo.FLAG_EXTERNAL_STORAGE;