From 45c1dd8160e974d95adf661f15fe4cd00debf58a Mon Sep 17 00:00:00 2001 From: Peter Kalauskas Date: Mon, 14 Jan 2019 13:57:12 -0800 Subject: 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 --- light/2.0/default/service.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'light/2.0/default/service.cpp') 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 #include -- cgit v1.2.3