Merge "Pass the right loading package when registering dex modules" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3ee690f500
@@ -711,7 +711,7 @@ public class DexManager {
|
|||||||
for (String isa : getAppDexInstructionSets(info.primaryCpuAbi, info.secondaryCpuAbi)) {
|
for (String isa : getAppDexInstructionSets(info.primaryCpuAbi, info.secondaryCpuAbi)) {
|
||||||
boolean newUpdate = mPackageDexUsage.record(searchResult.mOwningPackageName,
|
boolean newUpdate = mPackageDexUsage.record(searchResult.mOwningPackageName,
|
||||||
dexPath, userId, isa, /*primaryOrSplit*/ false,
|
dexPath, userId, isa, /*primaryOrSplit*/ false,
|
||||||
searchResult.mOwningPackageName,
|
loadingPackage,
|
||||||
PackageDexUsage.VARIABLE_CLASS_LOADER_CONTEXT);
|
PackageDexUsage.VARIABLE_CLASS_LOADER_CONTEXT);
|
||||||
update |= newUpdate;
|
update |= newUpdate;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user