sm6150-common: Decommonize sensors service

Change-Id: I518f3bd48a585bf0f0ae0b07570e6c9d96a4f949
This commit is contained in:
raghavt20 2021-04-03 11:51:39 +00:00 committed by Arian
parent 0aa378102c
commit 5eabce64b9
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9
2 changed files with 0 additions and 14 deletions

View File

@ -132,16 +132,6 @@
</interface> </interface>
<fqname>@1.1::IRadioConfig/default</fqname> <fqname>@1.1::IRadioConfig/default</fqname>
</hal> </hal>
<hal format="hidl">
<name>android.hardware.sensors</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ISensors</name>
<instance>default</instance>
</interface>
<fqname>@1.0::ISensors/default</fqname>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.soundtrigger</name> <name>android.hardware.soundtrigger</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View File

@ -281,10 +281,6 @@ PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xxhdpi PRODUCT_AAPT_PREF_CONFIG := xxhdpi
# Sensors # Sensors
PRODUCT_PACKAGES += \
android.hardware.sensors@1.0-impl \
android.hardware.sensors@1.0-service
PRODUCT_COPY_FILES += \ 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.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 \ frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \