android_device_motorola_milanf/sensors/Android.bp
Anand S ab72c51cce
bangkk: Rebrand to rhodep
Change-Id: I5ed1841b2217b747fcc4ae84e6556fb53cd4e7e2
2025-05-20 03:49:28 +03:00

34 lines
794 B
Text

//
// SPDX-FileCopyrightText: The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
cc_library_shared {
name: "sensors.rhodep",
defaults: ["hidl_defaults"],
srcs: [
"Sensor.cpp",
"SensorsSubHal.cpp",
],
shared_libs: [
"android.hardware.sensors@1.0",
"android.hardware.sensors@2.0",
"android.hardware.sensors@2.0-ScopedWakelock",
"android.hardware.sensors@2.1",
"libcutils",
"libfmq",
"libhardware",
"libhidlbase",
"liblog",
"libpower",
"libutils",
],
static_libs: [
"android.hardware.sensors@1.0-convert",
"android.hardware.sensors@2.X-multihal",
],
cflags: [
"-DLOG_TAG=\"sensors.rhodep\"",
],
vendor: true,
}