Files
device_samsung_a71-common/touch/Android.bp
Bruno Martins 6c21d28670 a71-common: touch: Migrate to AIDL
Change-Id: Ibbac9b4320fc64c5b6f365b8e9bd977d71d0d4dd
2025-09-02 18:51:48 +01:00

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",
],
}