Merge "Fix OEM native library path bug."
This commit is contained in:
@ -5246,7 +5246,7 @@ public class PackageManagerService extends IPackageManager.Stub {
|
||||
if (FileUtils.contains(Environment.getRootDirectory(), codePath)) {
|
||||
codeRoot = Environment.getRootDirectory();
|
||||
} else if (FileUtils.contains(Environment.getOemDirectory(), codePath)) {
|
||||
codeRoot = Environment.getRootDirectory();
|
||||
codeRoot = Environment.getOemDirectory();
|
||||
} else if (FileUtils.contains(Environment.getVendorDirectory(), codePath)) {
|
||||
codeRoot = Environment.getVendorDirectory();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user