//
// Copyright (C) 2021 The Android Open Source Project
+// Copyright (C) 2022 The LineageOS Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
//
cc_binary {
- name: "android.hardware.usb-service.example",
+ name: "android.hardware.usb-service.samsung",
relative_install_path: "hw",
- init_rc: ["android.hardware.usb-service.example.rc"],
- vintf_fragments: ["android.hardware.usb-service.example.xml"],
+ init_rc: ["android.hardware.usb-service.samsung.rc"],
+ vintf_fragments: ["android.hardware.usb-service.samsung.xml"],
vendor: true,
srcs: [
"service.cpp",
+++ /dev/null
-<manifest version="1.0" type="device">
- <hal format="aidl">
- <name>android.hardware.usb</name>
- <version>1</version>
- <interface>
- <name>IUsb</name>
- <instance>default</instance>
- </interface>
- </hal>
-</manifest>
--- /dev/null
+<manifest version="1.0" type="device">
+ <hal format="aidl">
+ <name>android.hardware.usb</name>
+ <version>1</version>
+ <interface>
+ <name>IUsb</name>
+ <instance>default</instance>
+ </interface>
+ </hal>
+</manifest>