Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79bc5218 authored by Nikita Ioffe's avatar Nikita Ioffe Committed by Automerger Merge Worker
Browse files

Merge "Also populate lastUpdateMillis in ActivateFlattenedApexesIfPossible"...

Merge "Also populate lastUpdateMillis in ActivateFlattenedApexesIfPossible" am: fb1e841a am: 53921280 am: f2e69b0f

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1756529

Change-Id: I02bca6e45114c921117fd7dc850d78c35500d2b2
parents 1de3cf67 f2e69b0f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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) {