Skip to content

Commit b47f266

Browse files
committed
Also populate lastUpdateMillis in ActivateFlattenedApexesIfPossible
Test: m Bug: 192647837 Change-Id: I11dca132168d6a30372d7a68fe590894d3cc5ccf Merged-In: I11dca132168d6a30372d7a68fe590894d3cc5ccf
1 parent d308a5a commit b47f266

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

init/mount_namespace.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ static bool ActivateFlattenedApexesIfPossible() {
158158
auto on_activate = [&](const std::string& apex_path,
159159
const apex::proto::ApexManifest& apex_manifest) {
160160
apex_infos.emplace_back(apex_manifest.name(), apex_path, apex_path, apex_manifest.version(),
161-
apex_manifest.versionname(), /*isFactory=*/true, /*isActive=*/true);
161+
apex_manifest.versionname(), /*isFactory=*/true, /*isActive=*/true,
162+
/* lastUpdateMillis= */ 0);
162163
};
163164

164165
for (const auto& dir : kBuiltinDirsForApexes) {

0 commit comments

Comments
 (0)