aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2020-11-23 15:52:34 +0100
committerAlessandro Astone <ales.astone@gmail.com>2021-01-28 20:08:27 +0100
commit331acc75a7637991c77c9f5904ceadb4a5cc4c89 (patch)
tree31a94e16e43f946e3fbc2288996642f05fd0b310
parent59d7beacba3133b1bd4fe57457fde5191e19a656 (diff)
sm8250-common: Build QTI vibrator HAL
Change-Id: Ic87b5ca1dcf1ce1b4f65e7b90ce8c74a7aeb3ed4
-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>