am 7d3328d1: Fix OEM native library path bug.
* commit '7d3328d14bbbee01a9de1ff5b13b0446c709d835': Fix OEM native library path bug.
This commit is contained in:
@@ -5439,7 +5439,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