aidl: usb: Rebrand to samsung

Change-Id: I61e228d7d7958c5078e8186700b8cc14804154c9
urubino
Tim Zimmermann 2 years ago
parent b5cf32a9ee
commit 652e0f8c9b
  1. 7
      aidl/usb/Android.bp
  2. 2
      aidl/usb/android.hardware.usb-service.samsung.rc
  3. 0
      aidl/usb/android.hardware.usb-service.samsung.xml

@ -1,5 +1,6 @@
// //
// Copyright (C) 2021 The Android Open Source Project // Copyright (C) 2021 The Android Open Source Project
// Copyright (C) 2022 The LineageOS Project
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
@ -15,10 +16,10 @@
// //
cc_binary { cc_binary {
name: "android.hardware.usb-service.example", name: "android.hardware.usb-service.samsung",
relative_install_path: "hw", relative_install_path: "hw",
init_rc: ["android.hardware.usb-service.example.rc"], init_rc: ["android.hardware.usb-service.samsung.rc"],
vintf_fragments: ["android.hardware.usb-service.example.xml"], vintf_fragments: ["android.hardware.usb-service.samsung.xml"],
vendor: true, vendor: true,
srcs: [ srcs: [
"service.cpp", "service.cpp",

@ -1,4 +1,4 @@
service vendor.usb_default /vendor/bin/hw/android.hardware.usb-service.example service vendor.usb_default /vendor/bin/hw/android.hardware.usb-service.samsung
class hal class hal
user system user system
group system group system
Loading…
Cancel
Save