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

Commit a1eccc91 authored by Sandro Montanari's avatar Sandro Montanari
Browse files

Rename reverted+resubmitted sdk sandbox flag

Flags that were reverted and resubmitted are not supported by the Gantry
infra. The recommended approach in these cases is to instead rename the
flag.

Test: atest SdkSandboxAuditTests SdkSandboxNextTests
Bug: 342991282
Change-Id: I26d28abcc1b75c2a3f53cf9391a403ea9c5b27a2
parent 9ec62d0b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,8 +36,8 @@ import static android.os.Process.killProcessQuiet;
import static android.os.Process.startWebView;
import static android.system.OsConstants.EAGAIN;

import static com.android.sdksandbox.flags.Flags.selinuxInputSelector;
import static com.android.sdksandbox.flags.Flags.selinuxSdkSandboxAudit;
import static com.android.sdksandbox.flags.Flags.selinuxSdkSandboxInputSelector;
import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_LRU;
import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_NETWORK;
import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_PROCESSES;
@@ -2068,7 +2068,7 @@ public final class ProcessList {
        }

        // The order of selectors in seInfo matters, the string is terminated by the word complete.
        if (selinuxSdkSandboxInputSelector()) {
        if (selinuxInputSelector()) {
            return app.info.seInfo + extraInfo + TextUtils.emptyIfNull(app.info.seInfoUser);
        } else {
            return app.info.seInfo