* All configs and files are from rhodep_g-user 13 T1SUS33.1-124-6-14 a15be release-keys. Change-Id: I003e30441fbff06a7551cdfe4358f6620cf3f67d
24 lines
605 B
Text
24 lines
605 B
Text
//
|
|
// Copyright (C) 2020-2023 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
cc_binary {
|
|
name: "vendor.lineage.touch@1.0-service.rhodep",
|
|
vintf_fragments: ["vendor.lineage.touch@1.0-service.rhodep.xml"],
|
|
init_rc: ["vendor.lineage.touch@1.0-service.rhodep.rc"],
|
|
defaults: ["hidl_defaults"],
|
|
relative_install_path: "hw",
|
|
proprietary: true,
|
|
srcs: [
|
|
"HighTouchPollingRate.cpp",
|
|
"service.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libbinder",
|
|
"libhidlbase",
|
|
"libutils",
|
|
"vendor.lineage.touch@1.0",
|
|
],
|
|
}
|