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

Commit 1361663b authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Installd: Fix installd_dexopt_test" am: c75833b1 am: 203201be

am: d90862d9

Change-Id: I174447d01749d4f88b6aa2c1d1d950d6ecac5693
parents 6ac1a5f8 d90862d9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -936,8 +936,7 @@ class ProfileTest : public DexoptTest {
  protected:
    void TransitionToSystemServer() {
        ASSERT_TRUE(DropCapabilities(kSystemUid, kSystemGid));
        int32_t res = selinux_android_setcontext(
                kSystemUid, true, se_info_.c_str(), "system_server");
        int32_t res = selinux_android_setcon("u:r:system_server:s0");
        ASSERT_EQ(0, res) << "Failed to setcon " << strerror(errno);
    }