From baa5c91770f964f096c5833d7d4241fffddd9fe0 Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Sat, 19 Feb 2022 21:21:49 +0200 Subject: [PATCH] sm7125-common: Import hals.conf Change-Id: Ifdc949ff5c8e008de4d58162fd90f9cd91d3581d --- common.mk | 3 +++ proprietary-files.txt | 1 - sensors/hals.conf | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 sensors/hals.conf diff --git a/common.mk b/common.mk index 863f34c..974baa9 100644 --- a/common.mk +++ b/common.mk @@ -383,6 +383,9 @@ PRODUCT_PACKAGES += \ android.hardware.sensors@2.1-service.samsung-multihal \ android.hardware.sensors@2.0-ScopedWakelock.vendor +PRODUCT_COPY_FILES += \ + $(COMMON_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf + # Thermal PRODUCT_PACKAGES += \ android.hardware.thermal@2.0.vendor \ diff --git a/proprietary-files.txt b/proprietary-files.txt index 7cfa057..6acb8b1 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -1034,7 +1034,6 @@ vendor/etc/sensors/config/sns_tilt_sw_disabled.json vendor/etc/sensors/config/sns_tilt_sw_enabled.json vendor/etc/sensors/config/sns_tilt_to_wake.json vendor/etc/sensors/config/sns_wrist_pedo.json -vendor/etc/sensors/hals.conf vendor/etc/sensors/sns_reg_config vendor/lib/libsensorslog.so vendor/lib/libsns_fastRPC_util.so diff --git a/sensors/hals.conf b/sensors/hals.conf new file mode 100644 index 0000000..03fbb56 --- /dev/null +++ b/sensors/hals.conf @@ -0,0 +1,2 @@ +sensors.ssc.so +sensors.grip.so