diff options
| author | Bharat Pawar <bpawar@codeaurora.org> | 2020-12-10 23:03:11 +0600 |
|---|---|---|
| committer | nebrassy <nebras30@gmail.com> | 2020-12-14 13:26:08 +0200 |
| commit | 485a15445dbce30929458b05260fda7cf33e00f0 (patch) | |
| tree | a22a1975260243e10e972d182dd3f594a6514605 | |
| parent | 8a5548b11e4366867b250050f21fd214e7dabeba (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.mk | 5 | ||||
| -rwxr-xr-x | manifest.xml | 9 |
2 files changed, 0 insertions, 14 deletions
@@ -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> |
