From 7b8a0463e65960ab6c30f09459b60eac3853e413 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Fri, 18 Dec 2020 11:19:54 +0000 Subject: msm8996-common: lights: Include VINTF fragment Change-Id: I436e67ea97511d728881e118cf8cb5b66ab338ed --- light/Android.bp | 3 ++- light/android.hardware.light@2.0-service.zuk_8996.xml | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 light/android.hardware.light@2.0-service.zuk_8996.xml (limited to 'light') diff --git a/light/Android.bp b/light/Android.bp index 1baa106..821dc0d 100644 --- a/light/Android.bp +++ b/light/Android.bp @@ -1,5 +1,5 @@ // -// Copyright (C) 2018 The LineageOS Project +// Copyright (C) 2018,2020 The LineageOS Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -17,6 +17,7 @@ cc_binary { name: "android.hardware.light@2.0-service.zuk_8996", relative_install_path: "hw", init_rc: ["android.hardware.light@2.0-service.zuk_8996.rc"], + vintf_fragments: ["android.hardware.light@2.0-service.zuk_8996.xml"], srcs: ["service.cpp", "Light.cpp"], shared_libs: [ "libbase", diff --git a/light/android.hardware.light@2.0-service.zuk_8996.xml b/light/android.hardware.light@2.0-service.zuk_8996.xml new file mode 100644 index 0000000..6bf62e9 --- /dev/null +++ b/light/android.hardware.light@2.0-service.zuk_8996.xml @@ -0,0 +1,11 @@ + + + android.hardware.light + hwbinder + 2.0 + + ILight + default + + + -- cgit v1.2.3