mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 15:58:43 +00:00
Merge "Delete standard output in VtsAidlKeyMintTargetTest" into main am: fd7119ea67
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3088725 Change-Id: If25b988a3ee62aaf57abed5bdcdb905b3fcc81fe Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -8917,13 +8917,6 @@ TEST_F(InstanceTest, FeatureVersionInAidl) {
|
||||
using aidl::android::hardware::security::keymint::test::KeyMintAidlTestBase;
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
std::cout << "Testing ";
|
||||
auto halInstances = 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] == '-') {
|
||||
|
||||
Reference in New Issue
Block a user