23 lines
575 B
Text
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",
|
|
],
|
|
}
|