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

Commit 28833592 authored by Blair Prescott's avatar Blair Prescott Committed by Automerger Merge Worker
Browse files

wifi: Fix VTS error for non-p2p devices am: 230e9652 am: bd7b0bce am: 3f4660ce am: 2b6cf192

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1453396

Change-Id: I5352dd40433b5073aa1525119d5760b9a23d8440
parents 70d0e89d 2b6cf192
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -18,9 +18,6 @@
#include "supplicant_hidl_test_utils.h"

int main(int argc, char** argv) {
    if (!::testing::deviceSupportsFeature("android.hardware.wifi.direct"))
        return 0;

    ::testing::InitGoogleTest(&argc, argv);
    return RUN_ALL_TESTS();
}