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

Commit a9aa481a authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8204150 from 1648aa42 to tm-release

Change-Id: Ie4b1a1ac9884a6f64d2cb894fe844707a2bba4a1
parents 8fbd02fa 1648aa42
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -722,7 +722,9 @@ binder::Status InstalldNativeService::createAppDataLocked(
        }
    }

    {
    // TODO(b/220095381): Due to boot time regression, we have omitted call to
    // createAppDirectoryForSupplementalData from here temporarily (unless it's for testing)
    if (uuid_ != nullptr && strcmp(uuid_, "TEST") == 0) {
        auto status = createAppDirectoryForSupplementalData(uuid, packageName, userId, appId,
                                                            previousAppId, seInfo, flags);
        if (!status.isOk()) {