sdm710-common: usb: Convert to realme_sdm710 targets

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
SamarV-121 2020-03-09 17:25:32 +05:30
parent a685c189e6
commit 82bbf4d638
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ on post-fs
mount none /system/etc/WCNSS_qcom_cfg.ini /vendor/etc/wifi/WCNSS_qcom_cfg.ini bind mount none /system/etc/WCNSS_qcom_cfg.ini /vendor/etc/wifi/WCNSS_qcom_cfg.ini bind
mount none /system/lib64/soundfx/libvolumelistener.so /vendor/lib64/soundfx/libvolumelistener.so bind mount none /system/lib64/soundfx/libvolumelistener.so /vendor/lib64/soundfx/libvolumelistener.so bind
mount none /system/lib/soundfx/libvolumelistener.so /vendor/lib/soundfx/libvolumelistener.so bind mount none /system/lib/soundfx/libvolumelistener.so /vendor/lib/soundfx/libvolumelistener.so bind
mount none /system/bin/hw/android.hardware.usb@1.0-service.basic /vendor/bin/hw/android.hardware.usb@1.0-service bind mount none /system/bin/hw/android.hardware.usb@1.0-service.realme_sdm710 /vendor/bin/hw/android.hardware.usb@1.0-service bind
on boot on boot
# Touchscreen # Touchscreen

View file

@ -104,7 +104,7 @@ PRODUCT_PACKAGES += \
# USB # USB
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service.basic android.hardware.usb@1.0-service.realme_sdm710
# WiFi # WiFi
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \

View file

@ -14,9 +14,9 @@
// limitations under the License. // limitations under the License.
cc_binary { cc_binary {
name: "android.hardware.usb@1.0-service.basic", name: "android.hardware.usb@1.0-service.realme_sdm710",
relative_install_path: "hw", relative_install_path: "hw",
init_rc: ["android.hardware.usb@1.0-service.basic.rc"], init_rc: ["android.hardware.usb@1.0-service.realme_sdm710.rc"],
srcs: ["service.cpp", "Usb.cpp"], srcs: ["service.cpp", "Usb.cpp"],
shared_libs: [ shared_libs: [
"libbase", "libbase",