android_device_motorola_rhodep/sensors/Android.bp
Anand S 38132c5884
rhodep: Checkout sensors HAL from dubai
* State while checkout: 1538036b5b.
* Rebrand to rhodep.

Change-Id: I2ec98306fd2b12cbad706028b3fc859825c55ee3
2025-04-18 13:51:55 +05:30

35 lines
792 B
Text

//
// Copyright (C) 2022 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,
}