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

Commit 8934416f authored by Samiul Islam's avatar Samiul Islam Committed by Automerger Merge Worker
Browse files

Stop creating sdk data directories due to boot time regression am: f4aae9ee am: 87f63f84

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2006951

Change-Id: I933acdba3d89b91977f798238496f4e6f99c221e
parents bfd4f600 87f63f84
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()) {