diff options
| author | Philipp Vogel <philippwolf86.pw@gmail.com> | 2018-06-09 10:41:06 +0200 |
|---|---|---|
| committer | Erfan Abdi <erfangplus@gmail.com> | 2018-07-11 11:59:41 +0430 |
| commit | fee4489a7ab6074a9b3643f77cf0cd5123f80e74 (patch) | |
| tree | 9d59030114ddd7f641a9a4b59dc09a43337fb2c4 | |
| parent | b4426aabfe2d4c8c6763af49c46b51dc46461a26 (diff) | |
griffin: fix lights HAL tag
Change-Id: Id61e023260a5847f477317b99d48253a8249afcc
| -rw-r--r-- | light/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/light/service.cpp b/light/service.cpp index 5518e497..2f50dd00 100644 --- a/light/service.cpp +++ b/light/service.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.light@2.0-service.shamu" +#define LOG_TAG "android.hardware.light@2.0-service.griffin" #include <hidl/HidlTransportSupport.h> |
