Rtwo/device/motorola/sm8550-common/touch/Android.bp

24 lines
575 B
Text
Raw Normal View History

2025-09-30 20:22:48 -04:00
//
// 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",
],
}