diff options
Diffstat (limited to 'light/Android.bp')
-rw-r--r-- | light/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
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", |