Files
2025-07-13 23:22:48 -07:00

24 lines
586 B
Plaintext

//
// SPDX-FileCopyrightText: 2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
cc_binary {
name: "vendor.lineage.touch-service.xiaomi_sm8475",
init_rc: ["vendor.lineage.touch-service.xiaomi_sm8475.rc"],
vintf_fragments: ["vendor.lineage.touch-service.xiaomi-htpr.xml"],
relative_install_path: "hw",
proprietary: true,
srcs: [
"HighTouchPollingRate.cpp",
"service.cpp",
],
shared_libs: [
"libbase",
"libbinder_ndk",
"liblog",
"libutils",
"vendor.lineage.touch-V1-ndk",
],
}