Files
Haky86 48e5e36e0f a71-common: Restore original sensors.samsung HAL
* scrub_pos is not compatible with our kernel driver.
* Fixes screen off udfps again.

Change-Id: Ifef6d57c7f51f291630400b9028401147f3c63c9
2025-04-29 01:54:18 +02:00

36 lines
808 B
Plaintext

//
// Copyright (C) 2025 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library_shared {
name: "sensors.samsung-sm7150",
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.samsung-sm7150\"",
],
vendor: true,
}