aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Pawar <bpawar@codeaurora.org>2020-12-10 23:03:11 +0600
committernebrassy <nebras30@gmail.com>2020-12-14 13:26:08 +0200
commit485a15445dbce30929458b05260fda7cf33e00f0 (patch)
treea22a1975260243e10e972d182dd3f594a6514605
parent8a5548b11e4366867b250050f21fd214e7dabeba (diff)
wayne: sdm660: Disable vibrator HAL interfacer11.0
* Disable the existing HIDL based vibrator HAL, while we move to vendor vibrator HAL. * Build LED based vibrator from common tree Change-Id: I7529dc91c2ff994b83c7b9e7ddf4df913b9205f9 Signed-off-by: OdSazib <odsazib@gmail.com>
-rw-r--r--device.mk5
-rwxr-xr-xmanifest.xml9
2 files changed, 0 insertions, 14 deletions
diff --git a/device.mk b/device.mk
index b039be5..cf159e1 100644
--- a/device.mk
+++ b/device.mk
@@ -83,11 +83,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_SOONG_NAMESPACES += \
$(DEVICE_PATH)
-# Vibrator
-PRODUCT_PACKAGES += \
- android.hardware.vibrator@1.0-impl \
- android.hardware.vibrator@1.0-service
-
# Watermark
PRODUCT_COPY_FILES += \
$(DEVICE_PATH)/configs/media/MIUI_DualCamera_watermark_6X.png:$(TARGET_COPY_OUT_VENDOR)/etc/MIUI_DualCamera_watermark.png
diff --git a/manifest.xml b/manifest.xml
index a6ba39f..f43e659 100755
--- a/manifest.xml
+++ b/manifest.xml
@@ -9,15 +9,6 @@
</interface>
</hal>
<hal format="hidl">
- <name>android.hardware.vibrator</name>
- <transport>hwbinder</transport>
- <version>1.0</version>
- <interface>
- <name>IVibrator</name>
- <instance>default</instance>
- </interface>
- </hal>
- <hal format="hidl">
<name>vendor.qti.hardware.cryptfshw</name>
<transport>hwbinder</transport>
<version>1.0</version>