Merge "Also populate lastUpdateMillis in ActivateFlattenedApexesIfPossible" am: fb1e841a9f
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1756529 Change-Id: Ic8fcd9da7d6698f4aa455bf5f04f3832dfeb25be
This commit is contained in:
commit
5392128031
1 changed files with 2 additions and 1 deletions
|
|
@ -158,7 +158,8 @@ static bool ActivateFlattenedApexesIfPossible() {
|
|||
auto on_activate = [&](const std::string& apex_path,
|
||||
const apex::proto::ApexManifest& apex_manifest) {
|
||||
apex_infos.emplace_back(apex_manifest.name(), apex_path, apex_path, apex_manifest.version(),
|
||||
apex_manifest.versionname(), /*isFactory=*/true, /*isActive=*/true);
|
||||
apex_manifest.versionname(), /*isFactory=*/true, /*isActive=*/true,
|
||||
/* lastUpdateMillis= */ 0);
|
||||
};
|
||||
|
||||
for (const auto& dir : kBuiltinDirsForApexes) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue