android_device_motorola_rhodep/touch/Android.bp
Anand S e4d777d6dd
rhodep: Initial conversion to rhodep
* All configs and files are from rhodep_g-user 13 T1SUS33.1-124-6-14 a15be release-keys.

Change-Id: I003e30441fbff06a7551cdfe4358f6620cf3f67d
2025-04-05 15:30:48 +05:30

24 lines
605 B
Text

//
// Copyright (C) 2020-2023 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
cc_binary {
name: "vendor.lineage.touch@1.0-service.rhodep",
vintf_fragments: ["vendor.lineage.touch@1.0-service.rhodep.xml"],
init_rc: ["vendor.lineage.touch@1.0-service.rhodep.rc"],
defaults: ["hidl_defaults"],
relative_install_path: "hw",
proprietary: true,
srcs: [
"HighTouchPollingRate.cpp",
"service.cpp",
],
shared_libs: [
"libbase",
"libbinder",
"libhidlbase",
"libutils",
"vendor.lineage.touch@1.0",
],
}