mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
a10dd: rename usb hal
This commit is contained in:
parent
55bd3678b2
commit
5515947fb3
5 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue