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

Commit 3f4660ce 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

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

Change-Id: I7d4eef43b8a8eecf4ca6ad11fb6658359b734123
parents 367198e1 bd7b0bce
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();
}