mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 18:07:35 +00:00
rtwo: initial conversion from eqs
* includes using prebuilt kernel!
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
// limitations under the License.
|
||||
|
||||
cc_binary {
|
||||
name: "vendor.lineage.touch@1.0-service.eqs",
|
||||
vintf_fragments: ["vendor.lineage.touch@1.0-service.eqs.xml"],
|
||||
init_rc: ["vendor.lineage.touch@1.0-service.eqs.rc"],
|
||||
name: "vendor.lineage.touch@1.0-service.rtwo",
|
||||
vintf_fragments: ["vendor.lineage.touch@1.0-service.rtwo.xml"],
|
||||
init_rc: ["vendor.lineage.touch@1.0-service.rtwo.rc"],
|
||||
defaults: ["hidl_defaults"],
|
||||
relative_install_path: "hw",
|
||||
proprietary: true,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
service vendor.touch-hal-1-0 /vendor/bin/hw/vendor.lineage.touch@1.0-service.eqs
|
||||
service vendor.touch-hal-1-0 /vendor/bin/hw/vendor.lineage.touch@1.0-service.rtwo
|
||||
interface vendor.lineage.touch@1.0::IGloveMode default
|
||||
interface vendor.lineage.touch@1.0::ITouchscreenGesture default
|
||||
class hal
|
||||
Reference in New Issue
Block a user