diff --git a/configs/hidl/manifest.xml b/configs/hidl/manifest.xml index ddd7c1b..58afc07 100644 --- a/configs/hidl/manifest.xml +++ b/configs/hidl/manifest.xml @@ -172,16 +172,6 @@ @4.0::IKeymasterDevice/default - - android.hardware.light - hwbinder - 2.0 - - ILight - default - - @2.0::ILight/default - android.hardware.media.omx hwbinder diff --git a/light/Android.bp b/light/Android.bp index dc18935..bad17a6 100644 --- a/light/Android.bp +++ b/light/Android.bp @@ -16,6 +16,7 @@ cc_binary { name: "android.hardware.light@2.0-service.davinci", defaults: ["hidl_defaults"], + vintf_fragments: ["android.hardware.light@2.0-service.davinci.xml"], init_rc: ["android.hardware.light@2.0-service.davinci.rc"], relative_install_path: "hw", srcs: [ diff --git a/light/android.hardware.light@2.0-service.davinci.xml b/light/android.hardware.light@2.0-service.davinci.xml new file mode 100644 index 0000000..ee7b2f3 --- /dev/null +++ b/light/android.hardware.light@2.0-service.davinci.xml @@ -0,0 +1,12 @@ + + + android.hardware.light + hwbinder + 2.0 + + ILight + default + + @2.0::ILight/default + +