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

Commit 1a9bbebb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Allow SecureClock tests to pass on devices w/out SecureClock"

parents d7f1c1d6 14fdd67a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -185,6 +185,8 @@ TEST_P(SecureClockAidlTest, MacChangesOnChangingTimestamp) {
INSTANTIATE_TEST_SUITE_P(PerInstance, SecureClockAidlTest,
                         testing::ValuesIn(SecureClockAidlTest::build_params()),
                         ::android::PrintInstanceNameToString);
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(SecureClockAidlTest);

}  // namespace aidl::android::hardware::security::secureclock::test

int main(int argc, char** argv) {