diff options
author | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2021-09-13 01:22:23 +0200 |
---|---|---|
committer | Sebastiano Barezzi <barezzisebastiano@gmail.com> | 2021-09-20 14:19:36 +0200 |
commit | c280fadac20ef907764c8f5adafbabae2d24e6a8 (patch) | |
tree | 4b9154e7f053b1297d15a8b2eca71d930b0821aa /ir/Android.bp | |
parent | 0cd4e50d6f5bce1ea252fecffa0249b550a6630f (diff) |
sdm660-common: ir: Add VINTF fragment
Change-Id: I56bd82e77cbde3efc9b038ed2bc3857d119bf090
Diffstat (limited to 'ir/Android.bp')
-rw-r--r-- | ir/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ir/Android.bp b/ir/Android.bp index 03d89e6..b9e782a 100644 --- a/ir/Android.bp +++ b/ir/Android.bp @@ -9,6 +9,7 @@ cc_binary { defaults: ["hidl_defaults"], relative_install_path: "hw", init_rc: ["android.hardware.ir@1.0-service.rc"], + vintf_fragments: ["android.hardware.ir@1.0-service.xml"], srcs: [ "ConsumerIr.cpp", "service.cpp", |