mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: Compile Vibrator HAL from source
Change-Id: Id0d48bcd00ef612872ca77b4706c0a2cb7828933 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
4ef67b7b44
commit
4e518231b2
3 changed files with 4 additions and 22 deletions
20
manifest.xml
20
manifest.xml
|
|
@ -268,16 +268,6 @@
|
||||||
</interface>
|
</interface>
|
||||||
<fqname>@1.1::IUsb/default</fqname>
|
<fqname>@1.1::IUsb/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.vibrator</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>1.3</version>
|
|
||||||
<interface>
|
|
||||||
<name>IVibrator</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
<fqname>@1.3::IVibrator/default</fqname>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.wifi</name>
|
<name>android.hardware.wifi</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
@ -358,16 +348,6 @@
|
||||||
<fqname>@2.0::ISehChannel/imsd</fqname>
|
<fqname>@2.0::ISehChannel/imsd</fqname>
|
||||||
<fqname>@2.0::ISehChannel/imsd2</fqname>
|
<fqname>@2.0::ISehChannel/imsd2</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
<hal format="hidl">
|
|
||||||
<name>vendor.samsung.hardware.vibrator</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>2.0</version>
|
|
||||||
<interface>
|
|
||||||
<name>ISehVibrator</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
<fqname>@2.0::ISehVibrator/default</fqname>
|
|
||||||
</hal>
|
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>vendor.samsung.hardware.wifi</name>
|
<name>vendor.samsung.hardware.wifi</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@ vendor/bin/hw/macloader
|
||||||
vendor/bin/hw/mfgloader
|
vendor/bin/hw/mfgloader
|
||||||
vendor/bin/hw/rild
|
vendor/bin/hw/rild
|
||||||
vendor/bin/hw/vendor.samsung.hardware.gnss@2.0-service
|
vendor/bin/hw/vendor.samsung.hardware.gnss@2.0-service
|
||||||
vendor/bin/hw/vendor.samsung.hardware.vibrator@2.0-service
|
|
||||||
vendor/bin/hw/vendor.samsung.hardware.wifi@2.0-service
|
vendor/bin/hw/vendor.samsung.hardware.wifi@2.0-service
|
||||||
vendor/bin/hw/vendor.trustonic.tee@1.0-service
|
vendor/bin/hw/vendor.trustonic.tee@1.0-service
|
||||||
vendor/bin/hw/vendor.trustonic.teeregistry@1.0-service
|
vendor/bin/hw/vendor.trustonic.teeregistry@1.0-service
|
||||||
|
|
@ -79,7 +78,6 @@ vendor/etc/init/init.vendor.rilchip.rc
|
||||||
vendor/etc/init/init.vendor.rilcommon.rc
|
vendor/etc/init/init.vendor.rilcommon.rc
|
||||||
vendor/etc/init/mobicore.rc
|
vendor/etc/init/mobicore.rc
|
||||||
vendor/etc/init/vendor.samsung.hardware.gnss@2.0-service.rc
|
vendor/etc/init/vendor.samsung.hardware.gnss@2.0-service.rc
|
||||||
vendor/etc/init/vendor.samsung.hardware.vibrator@2.0-service.rc
|
|
||||||
vendor/etc/init/vendor.samsung.hardware.wifi@2.0-service.rc
|
vendor/etc/init/vendor.samsung.hardware.wifi@2.0-service.rc
|
||||||
vendor/etc/init/vendor.trustonic.tee@1.0-service.rc
|
vendor/etc/init/vendor.trustonic.tee@1.0-service.rc
|
||||||
vendor/etc/init/vendor.trustonic.teeregistry@1.0-service.rc
|
vendor/etc/init/vendor.trustonic.teeregistry@1.0-service.rc
|
||||||
|
|
|
||||||
|
|
@ -190,6 +190,10 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.usb@1.1-service.typec
|
android.hardware.usb@1.1-service.typec
|
||||||
|
|
||||||
|
# Vibrator
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.vibrator@1.3-service.samsung
|
||||||
|
|
||||||
# VNDK
|
# VNDK
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
prebuilts/vndk/v29/arm64/arch-arm64-armv8-a/shared/vndk-sp/libcutils.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libcutils-v29.so \
|
prebuilts/vndk/v29/arm64/arch-arm64-armv8-a/shared/vndk-sp/libcutils.so:$(TARGET_COPY_OUT_VENDOR)/lib64/libcutils-v29.so \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue