diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2020-03-14 13:37:59 +0100 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:49:34 +0300 |
commit | 209c00e9db61d1931b8b34f9ab815358d6fc0530 (patch) | |
tree | 712bdb1083cae3f28a75537d5a52d38e036fd5f5 | |
parent | 9b99de7383e8f965c716596c0825e7c92ebff6dd (diff) |
sdm660-common: Decommonize USB hal
* Some devices in the common tree with USB C can take advantage
of the stock aosp interface and use Power Delivery
* On the other side micro USB devices will get the usb power mode
menu broken using aosp's USB interface
Change-Id: I513f3ede9cb3a5e119b0e00a860ebdcbfb30b9ca
-rw-r--r-- | sdm660.mk | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -437,10 +437,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ vendor.lineage.trust@1.0-service -# USB -PRODUCT_PACKAGES += \ - android.hardware.usb@1.0-service.basic - # Vibrator PRODUCT_PACKAGES += \ android.hardware.vibrator@1.0-impl \ |