a10dd: rename usb hal

This commit is contained in:
Gabriel2392 2022-07-30 08:31:56 -03:00
commit 5515947fb3
5 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ PRODUCT_PACKAGES += \
# USB
PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service.a10
android.hardware.usb@1.0-service.a10dd
TARGET_SCREEN_HEIGHT := 1520
TARGET_SCREEN_WIDTH := 720

View file

@ -14,10 +14,10 @@
// limitations under the License.
cc_binary {
name: "android.hardware.usb@1.0-service.a10",
name: "android.hardware.usb@1.0-service.a10dd",
relative_install_path: "hw",
init_rc: ["android.hardware.usb@1.0-service.a10.rc"],
vintf_fragments: ["android.hardware.usb@1.0-service.a10.xml"],
init_rc: ["android.hardware.usb@1.0-service.a10dd.rc"],
vintf_fragments: ["android.hardware.usb@1.0-service.a10dd.xml"],
defaults: ["eureka_defaults"],
srcs: [
"service.cpp",

View file

@ -26,7 +26,7 @@
#undef LOG_TAG
#endif
#define LOG_TAG "android.hardware.usb@1.0-service-a10"
#define LOG_TAG "android.hardware.usb@1.0-service-a10dd"
#define UEVENT_MSG_LEN 2048
namespace android {

View file

@ -1,4 +1,4 @@
service vendor.usb-hal-1-0 /vendor/bin/hw/android.hardware.usb@1.0-service.a10
service vendor.usb-hal-1-0 /vendor/bin/hw/android.hardware.usb@1.0-service.a10dd
interface android.hardware.usb@1.0::IUsb default
class hal
user system