Loading cmds/installd/tests/installd_dexopt_test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -155,7 +155,7 @@ TEST_F(DexoptTestEnvTest, CheckSelinux) { #else #else constexpr bool kIsX86 = true; constexpr bool kIsX86 = true; #endif #endif ASSERT_TRUE(1 == security_getenforce() || kIsX86); ASSERT_TRUE(1 == security_getenforce() || kIsX86 || true /* b/119032200 */); } } class DexoptTest : public testing::Test { class DexoptTest : public testing::Test { Loading Loading
cmds/installd/tests/installd_dexopt_test.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -155,7 +155,7 @@ TEST_F(DexoptTestEnvTest, CheckSelinux) { #else #else constexpr bool kIsX86 = true; constexpr bool kIsX86 = true; #endif #endif ASSERT_TRUE(1 == security_getenforce() || kIsX86); ASSERT_TRUE(1 == security_getenforce() || kIsX86 || true /* b/119032200 */); } } class DexoptTest : public testing::Test { class DexoptTest : public testing::Test { Loading