From 652e0f8c9b0f84944f9a227669f94c0fe066f5da Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Thu, 25 Aug 2022 11:39:48 +0200 Subject: [PATCH] aidl: usb: Rebrand to samsung Change-Id: I61e228d7d7958c5078e8186700b8cc14804154c9 --- aidl/usb/Android.bp | 7 ++++--- ....example.rc => android.hardware.usb-service.samsung.rc} | 2 +- ...xample.xml => android.hardware.usb-service.samsung.xml} | 0 3 files changed, 5 insertions(+), 4 deletions(-) rename aidl/usb/{android.hardware.usb-service.example.rc => android.hardware.usb-service.samsung.rc} (88%) rename aidl/usb/{android.hardware.usb-service.example.xml => android.hardware.usb-service.samsung.xml} (100%) diff --git a/aidl/usb/Android.bp b/aidl/usb/Android.bp index da0cff23..f067e6ea 100644 --- a/aidl/usb/Android.bp +++ b/aidl/usb/Android.bp @@ -1,5 +1,6 @@ // // 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. @@ -15,10 +16,10 @@ // 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", diff --git a/aidl/usb/android.hardware.usb-service.example.rc b/aidl/usb/android.hardware.usb-service.samsung.rc similarity index 88% rename from aidl/usb/android.hardware.usb-service.example.rc rename to aidl/usb/android.hardware.usb-service.samsung.rc index 335bca74..ee5c4c0a 100644 --- a/aidl/usb/android.hardware.usb-service.example.rc +++ b/aidl/usb/android.hardware.usb-service.samsung.rc @@ -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 user system group system diff --git a/aidl/usb/android.hardware.usb-service.example.xml b/aidl/usb/android.hardware.usb-service.samsung.xml similarity index 100% rename from aidl/usb/android.hardware.usb-service.example.xml rename to aidl/usb/android.hardware.usb-service.samsung.xml