blob: ea52ba7193008f2e62d7c3a0e43d9b4f82d16e87 [file] [log] [blame]
//
// Copyright (C) 2019 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
cc_binary {
name: "vendor.lineage.touch@1.0-service.RM6785",
init_rc: ["vendor.lineage.touch@1.0-service.RM6785.rc"],
vintf_fragments: ["vendor.lineage.touch@1.0-service.RM6785.xml"],
defaults: ["hidl_defaults"],
relative_install_path: "hw",
srcs: [
"TouchscreenGesture.cpp",
"service.cpp",
],
shared_libs: [
"libbase",
"libbinder",
"libhidlbase",
"libutils",
"vendor.lineage.touch@1.0",
],
proprietary: true,
}