diff options
author | Peter Kalauskas <peskal@google.com> | 2019-01-14 13:57:12 -0800 |
---|---|---|
committer | Peter Kalauskas <peskal@google.com> | 2019-01-23 15:29:05 -0800 |
commit | 45c1dd8160e974d95adf661f15fe4cd00debf58a (patch) | |
tree | 855c3706451d5b8d48da6bdbeacf08a9d1347b49 /light/2.0/default/service.cpp | |
parent | db4cc673f5c5d6607b029f19a0669e0640591091 (diff) |
Add lazy service target to the light HAL
This change allows a device to include the lazy service implementation,
which will allow the HAL to exit when it is not in use.
Test: Manually observe brightness slider behavior
Change-Id: I7f8f747ebe6e183e1aaf1406852e6e26a97aee35
Diffstat (limited to 'light/2.0/default/service.cpp')
-rw-r--r-- | light/2.0/default/service.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/light/2.0/default/service.cpp b/light/2.0/default/service.cpp index 70ae5655d1..20f0578f02 100644 --- a/light/2.0/default/service.cpp +++ b/light/2.0/default/service.cpp @@ -14,8 +14,6 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.light@2.0-service" - #include <android/hardware/light/2.0/ILight.h> #include <hidl/LegacySupport.h> |