Files
device_motorola_rtwo/sensors/Android.bp
Cosmin Tanislav cbfd40ba41 Partially revert: "Revert: "eqs: sensors: Create input event polling one shot sensor""
Change-Id: Ibbe82377ce61d45f7be316da013ef28c0051302a
2023-02-02 14:53:45 +02:00

36 lines
786 B
Plaintext

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