Merge commit '8a5ab396cf4f3bb76a3e820f16f946e313b73fcf' * commit '8a5ab396cf4f3bb76a3e820f16f946e313b73fcf': Native libraries on SD
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user