commit | d27458f6760a829de03018bd3bed6b23fda53ee6 | [log] [tgz] |
---|---|---|
author | Chris Phoenix <cphoenix@google.com> | Mon Jan 23 12:45:54 2017 -0800 |
committer | Chris Phoenix <cphoenix@google.com> | Mon Jan 23 12:45:54 2017 -0800 |
tree | 85849058df36047fcce8b0750e81b37a3d54204f | |
parent | 28952f593350418b76e6997e18e43b910672f6af [diff] |
Remove "false" parameter from getService Test: None Change-Id: I281206aa9faa8aa5e5012763f3a489906155bd3e
diff --git a/sensors/1.0/vts/functional/sensors_hidl_hal_test.cpp b/sensors/1.0/vts/functional/sensors_hidl_hal_test.cpp index 194afc2..9a71745 100644 --- a/sensors/1.0/vts/functional/sensors_hidl_hal_test.cpp +++ b/sensors/1.0/vts/functional/sensors_hidl_hal_test.cpp
@@ -80,7 +80,7 @@ }; void SensorsHidlEnvironment::SetUp() { - sensors = ISensors::getService(false); + sensors = ISensors::getService(); ALOGI_IF(sensors, "sensors is not nullptr, %p", sensors.get()); ASSERT_NE(sensors, nullptr);