// | |
// 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, | |
} |