diff options
author | Bruno Martins <bgcngm@gmail.com> | 2020-12-11 14:50:03 +0000 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | df41d28c8defad560b0c2802eb38f8939a1b8cae (patch) | |
tree | 6a761331e1558931b59b0c025da6a0409e50a618 | |
parent | f09849b77f63f5ba62593c15cc8bb9644299207f (diff) |
msm8996-common: touch: Include VINTF fragment
Change-Id: I477318ba43537e43d1a19a6183abc8b893f8c1cf
-rw-r--r-- | touch/Android.bp | 3 | ||||
-rw-r--r-- | touch/vendor.lineage.touch@1.0-service.zuk_8996.xml | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/touch/Android.bp b/touch/Android.bp index 98529ce..ce6fde6 100644 --- a/touch/Android.bp +++ b/touch/Android.bp @@ -1,4 +1,4 @@ -// Copyright (C) 2019 The LineageOS Project +// Copyright (C) 2019-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. @@ -15,6 +15,7 @@ cc_binary { name: "vendor.lineage.touch@1.0-service.zuk_8996", init_rc: ["vendor.lineage.touch@1.0-service.zuk_8996.rc"], + vintf_fragments: ["vendor.lineage.touch@1.0-service.zuk_8996.xml"], defaults: ["hidl_defaults"], relative_install_path: "hw", vendor: true, diff --git a/touch/vendor.lineage.touch@1.0-service.zuk_8996.xml b/touch/vendor.lineage.touch@1.0-service.zuk_8996.xml new file mode 100644 index 0000000..c8bebbc --- /dev/null +++ b/touch/vendor.lineage.touch@1.0-service.zuk_8996.xml @@ -0,0 +1,11 @@ +<manifest version="1.0" type="device"> + <hal format="hidl"> + <name>vendor.lineage.touch</name> + <transport>hwbinder</transport> + <version>1.0</version> + <interface> + <name>IKeyDisabler</name> + <instance>default</instance> + </interface> + </hal> +</manifest> |