From 1af861c1bc809f3cb081d147dc0488521d99d140 Mon Sep 17 00:00:00 2001 From: Bindu Gokul Date: Tue, 28 Nov 2017 16:03:58 +0530 Subject: [PATCH] sanders: remove android.hardware.usb; no usbpd support Change-Id: Icb46be06afd4f23252439e481e36741cde346612 --- configs/manifest.xml | 9 --------- device.mk | 4 ---- 2 files changed, 13 deletions(-) diff --git a/configs/manifest.xml b/configs/manifest.xml index 95dfd8b..a2a2456 100644 --- a/configs/manifest.xml +++ b/configs/manifest.xml @@ -364,15 +364,6 @@ default - - android.hardware.usb - hwbinder - 1.0 - - IUsb - default - - android.hardware.vibrator hwbinder diff --git a/device.mk b/device.mk index 1c089a1..efc19df 100644 --- a/device.mk +++ b/device.mk @@ -388,10 +388,6 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ textclassifier.smartselection.bundle1 -# USB HAL -PRODUCT_PACKAGES += \ - android.hardware.usb@1.0-service - # Vibrator PRODUCT_PACKAGES += \ android.hardware.vibrator@1.0-impl \