Rtwo/device/motorola/sm8550-common/touch/Android.bp
2025-09-30 19:22:48 -05:00

23 lines
575 B
Text

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