25 lines
610 B
Plaintext
25 lines
610 B
Plaintext
//
|
|
// SPDX-FileCopyrightText: 2022 The LineageOS Project
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_binary {
|
|
name: "vendor.lineage.touch@1.0-service.berlin",
|
|
vintf_fragments: ["vendor.lineage.touch@1.0-service.berlin.xml"],
|
|
init_rc: ["vendor.lineage.touch@1.0-service.berlin.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",
|
|
],
|
|
}
|