mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -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
|
# USB
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.usb@1.0-service.a10
|
android.hardware.usb@1.0-service.a10dd
|
||||||
|
|
||||||
TARGET_SCREEN_HEIGHT := 1520
|
TARGET_SCREEN_HEIGHT := 1520
|
||||||
TARGET_SCREEN_WIDTH := 720
|
TARGET_SCREEN_WIDTH := 720
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,10 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "android.hardware.usb@1.0-service.a10",
|
name: "android.hardware.usb@1.0-service.a10dd",
|
||||||
relative_install_path: "hw",
|
relative_install_path: "hw",
|
||||||
init_rc: ["android.hardware.usb@1.0-service.a10.rc"],
|
init_rc: ["android.hardware.usb@1.0-service.a10dd.rc"],
|
||||||
vintf_fragments: ["android.hardware.usb@1.0-service.a10.xml"],
|
vintf_fragments: ["android.hardware.usb@1.0-service.a10dd.xml"],
|
||||||
defaults: ["eureka_defaults"],
|
defaults: ["eureka_defaults"],
|
||||||
srcs: [
|
srcs: [
|
||||||
"service.cpp",
|
"service.cpp",
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
#undef LOG_TAG
|
#undef LOG_TAG
|
||||||
#endif
|
#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
|
#define UEVENT_MSG_LEN 2048
|
||||||
|
|
||||||
namespace android {
|
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
|
interface android.hardware.usb@1.0::IUsb default
|
||||||
class hal
|
class hal
|
||||||
user system
|
user system
|
||||||
Loading…
Reference in a new issue