wifi: Fix VTS error for non-p2p devices am: 230e96521d
am: bd7b0bceee
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1453396 Change-Id: I7d4eef43b8a8eecf4ca6ad11fb6658359b734123
This commit is contained in:
commit
3f4660cec8
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