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

Commit 94fe07c8 authored by Presubmit Automerger Backend's avatar Presubmit Automerger Backend
Browse files

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

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

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