From 5eabce64b91ea67933d2f29cb92eb5b27f88afb8 Mon Sep 17 00:00:00 2001 From: raghavt20 Date: Sat, 3 Apr 2021 11:51:39 +0000 Subject: [PATCH] sm6150-common: Decommonize sensors service Change-Id: I518f3bd48a585bf0f0ae0b07570e6c9d96a4f949 --- configs/hidl/manifest.xml | 10 ---------- sm6150.mk | 4 ---- 2 files changed, 14 deletions(-) diff --git a/configs/hidl/manifest.xml b/configs/hidl/manifest.xml index fea153e..b30beb9 100644 --- a/configs/hidl/manifest.xml +++ b/configs/hidl/manifest.xml @@ -132,16 +132,6 @@ @1.1::IRadioConfig/default - - android.hardware.sensors - hwbinder - 1.0 - - ISensors - default - - @1.0::ISensors/default - android.hardware.soundtrigger hwbinder diff --git a/sm6150.mk b/sm6150.mk index 659b650..7f0d725 100644 --- a/sm6150.mk +++ b/sm6150.mk @@ -281,10 +281,6 @@ PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := xxhdpi # Sensors -PRODUCT_PACKAGES += \ - android.hardware.sensors@1.0-impl \ - android.hardware.sensors@1.0-service - PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \ frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \