Merge "Delete standard output in VtsAidlKeyMintTargetTest" into android14-tests-dev
This commit is contained in:
commit
9d0352bf56
1 changed files with 0 additions and 8 deletions
|
@ -8683,14 +8683,6 @@ INSTANTIATE_KEYMINT_AIDL_TEST(VsrRequirementTest);
|
|||
} // namespace aidl::android::hardware::security::keymint::test
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
std::cout << "Testing ";
|
||||
auto halInstances =
|
||||
aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase::build_params();
|
||||
std::cout << "HAL instances:\n";
|
||||
for (auto& entry : halInstances) {
|
||||
std::cout << " " << entry << '\n';
|
||||
}
|
||||
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
for (int i = 1; i < argc; ++i) {
|
||||
if (argv[i][0] == '-') {
|
||||
|
|
Loading…
Reference in a new issue