diff options
| author | Chris Phoenix <cphoenix@google.com> | 2017-01-23 12:45:54 -0800 |
|---|---|---|
| committer | Chris Phoenix <cphoenix@google.com> | 2017-01-23 12:45:54 -0800 |
| commit | d27458f6760a829de03018bd3bed6b23fda53ee6 (patch) | |
| tree | 85849058df36047fcce8b0750e81b37a3d54204f /sensors/1.0/vts | |
| parent | 28952f593350418b76e6997e18e43b910672f6af (diff) | |
| download | android_hardware_interfaces-d27458f6760a829de03018bd3bed6b23fda53ee6.tar.gz android_hardware_interfaces-d27458f6760a829de03018bd3bed6b23fda53ee6.tar.bz2 android_hardware_interfaces-d27458f6760a829de03018bd3bed6b23fda53ee6.zip | |
Remove "false" parameter from getService
Test: None
Change-Id: I281206aa9faa8aa5e5012763f3a489906155bd3e
Diffstat (limited to 'sensors/1.0/vts')
| -rw-r--r-- | sensors/1.0/vts/functional/sensors_hidl_hal_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 194afc21f..9a71745dd 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 @@ class SensorsHidlEnvironment : public ::testing::Environment { }; void SensorsHidlEnvironment::SetUp() { - sensors = ISensors::getService(false); + sensors = ISensors::getService(); ALOGI_IF(sensors, "sensors is not nullptr, %p", sensors.get()); ASSERT_NE(sensors, nullptr); |
