mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user