aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.mk3
-rw-r--r--manifest.xml9
2 files changed, 3 insertions, 9 deletions
diff --git a/common.mk b/common.mk
index 4f214e9..5c46a83 100644
--- a/common.mk
+++ b/common.mk
@@ -218,6 +218,9 @@ PRODUCT_BUILD_SUPER_PARTITION := false
PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Vibrator
+PRODUCT_PACKAGES += \
+ vendor.qti.hardware.vibrator.service
+
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/excluded-input-devices.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/excluded-input-devices.xml
diff --git a/manifest.xml b/manifest.xml
index f9d8485..a20110b 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -148,15 +148,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</interface>
</hal>
<hal format="hidl">
- <name>android.hardware.vibrator</name>
- <transport>hwbinder</transport>
- <version>1.2</version>
- <interface>
- <name>IVibrator</name>
- <instance>default</instance>
- </interface>
- </hal>
- <hal format="hidl">
<name>android.hardware.memtrack</name>
<transport>hwbinder</transport>
<version>1.0</version>