From 25d64a00632a4046a60cad81d0340788f72b51d0 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Sun, 16 Aug 2020 19:37:58 +0200 Subject: [PATCH] exynos9610: build usb hal Change-Id: Id7840a26322016a6e55e2aeea2ee4d4e41d10148 --- common.mk | 4 ++++ proprietary-files-vendor.txt | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common.mk b/common.mk index 27c9a22..9c181ba 100644 --- a/common.mk +++ b/common.mk @@ -314,6 +314,10 @@ PRODUCT_COPY_FILES += \ $(COMMON_PATH)/configs/thermal/exynos-thermal-kane-retin.conf:$(TARGET_COPY_OUT_VENDOR)/exynos-thermal-kane-retin.conf \ $(COMMON_PATH)/configs/thermal/exynos-thermal-troika.conf:$(TARGET_COPY_OUT_VENDOR)/exynos-thermal-troika.conf +# USB +PRODUCT_PACKAGES += \ + android.hardware.usb@1.1-service.exynos9610 + # Vibrator PRODUCT_PACKAGES += \ android.hardware.vibrator@1.0-service.exynos9610 diff --git a/proprietary-files-vendor.txt b/proprietary-files-vendor.txt index 9ff7b29..4d87d3f 100644 --- a/proprietary-files-vendor.txt +++ b/proprietary-files-vendor.txt @@ -344,10 +344,6 @@ vendor/bin/exynos-thermald vendor/lib/hw/thermal.exynos9610.so vendor/lib64/hw/thermal.exynos9610.so -# usb -vendor/bin/hw/android.hardware.usb@1.1-service.exynos9610 -vendor/etc/init/android.hardware.usb@1.1-service.exynos9610.rc - # wifi vendor/etc/wifi/mx vendor/etc/wifi/mx140.bin -- 2.20.1