28 lines
695 B
Plaintext
28 lines
695 B
Plaintext
//
|
|
// Copyright (C) 2024-2025 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_binary {
|
|
name: "vendor.lineage.touch-service.samsung_sm6150",
|
|
init_rc: ["vendor.lineage.touch-service.samsung_sm6150.rc"],
|
|
vintf_fragments: ["vendor.lineage.touch-service.samsung_sm6150.xml"],
|
|
defaults: ["samsung_header_path_defaults"],
|
|
relative_install_path: "hw",
|
|
proprietary: true,
|
|
srcs: [
|
|
"GloveMode.cpp",
|
|
"HighTouchPollingRate.cpp",
|
|
"TouchscreenGesture.cpp",
|
|
"service.cpp"
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"liblog",
|
|
"libbinder_ndk",
|
|
"libutils",
|
|
"vendor.lineage.touch-V1-ndk",
|
|
],
|
|
}
|