Merge "Pass the right loading package when registering dex modules" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-29 23:56:31 +00:00
committed by Android (Google) Code Review

View File

@@ -711,7 +711,7 @@ public class DexManager {
for (String isa : getAppDexInstructionSets(info.primaryCpuAbi, info.secondaryCpuAbi)) {
boolean newUpdate = mPackageDexUsage.record(searchResult.mOwningPackageName,
dexPath, userId, isa, /*primaryOrSplit*/ false,
searchResult.mOwningPackageName,
loadingPackage,
PackageDexUsage.VARIABLE_CLASS_LOADER_CONTEXT);
update |= newUpdate;
}