wifi: Fix VTS error for non-p2p devices am: 230e96521d
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1453396 Change-Id: I24c7f0abc78d065d0fec4f0c158501295603a9dc
This commit is contained in:
commit
bd7b0bceee
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue