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

Commit 9df29d10 authored by Presubmit Automerger Backend's avatar Presubmit Automerger Backend
Browse files

[automerge] Stop creating sdk data directories due to boot time regression 2p:...

[automerge] Stop creating sdk data directories due to boot time regression 2p: 7f732f19 2p: e2ce4820

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

Bug: 220095381
Change-Id: If13d759c7cf3b088eb7a262d56a428941f0783a4
parents 14c6f37e e2ce4820
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()) {