Fix USB HAL interface binder

Bug: 180538375
Test: USB HAL loaded normally
Signed-off-by: Albert Wang <albertccwang@google.com>
Change-Id: Ie7081523441b60628076928aad8a1ddec820bc1e
This commit is contained in:
Albert Wang
2021-02-18 22:38:50 +08:00
parent 5d22e6ad37
commit 3596d05271

View File

@@ -42,13 +42,13 @@ import android.hardware.usb.ParcelableUsbPort;
import android.hardware.usb.UsbManager;
import android.hardware.usb.UsbPort;
import android.hardware.usb.UsbPortStatus;
import android.hardware.usb.V1_0.IUsb;
import android.hardware.usb.V1_0.PortRole;
import android.hardware.usb.V1_0.PortRoleType;
import android.hardware.usb.V1_0.Status;
import android.hardware.usb.V1_1.PortStatus_1_1;
import android.hardware.usb.V1_2.IUsbCallback;
import android.hardware.usb.V1_2.PortStatus;
import android.hardware.usb.V1_3.IUsb;
import android.hidl.manager.V1_0.IServiceManager;
import android.hidl.manager.V1_0.IServiceNotification;
import android.os.Bundle;