From fecaf7f0774cae217d72aa11041879ceef061564 Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Wed, 22 Sep 2021 11:35:51 +0200 Subject: [PATCH] aidl: light: Rebrand to Xiaomi Change-Id: I68a6ea1ab63a5581fa05e5490ef1cc86cc38741e --- aidl/light/Android.bp | 6 +++--- ...-service.rc => android.hardware.light-service.xiaomi.rc} | 2 +- ...ervice.xml => android.hardware.light-service.xiaomi.xml} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename aidl/light/{android.hardware.light-service.rc => android.hardware.light-service.xiaomi.rc} (88%) rename aidl/light/{android.hardware.light-service.xml => android.hardware.light-service.xiaomi.xml} (100%) diff --git a/aidl/light/Android.bp b/aidl/light/Android.bp index f35ea29..31974c9 100644 --- a/aidl/light/Android.bp +++ b/aidl/light/Android.bp @@ -5,10 +5,10 @@ // cc_binary { - name: "android.hardware.light-service", + name: "android.hardware.light-service.xiaomi", relative_install_path: "hw", - init_rc: ["android.hardware.light-service.rc"], - vintf_fragments: ["android.hardware.light-service.xml"], + init_rc: ["android.hardware.light-service.xiaomi.rc"], + vintf_fragments: ["android.hardware.light-service.xiaomi.xml"], srcs: [ "Lights.cpp", "service.cpp", diff --git a/aidl/light/android.hardware.light-service.rc b/aidl/light/android.hardware.light-service.xiaomi.rc similarity index 88% rename from aidl/light/android.hardware.light-service.rc rename to aidl/light/android.hardware.light-service.xiaomi.rc index 71db92a..37cecd1 100644 --- a/aidl/light/android.hardware.light-service.rc +++ b/aidl/light/android.hardware.light-service.xiaomi.rc @@ -1,4 +1,4 @@ -service vendor.light-default /vendor/bin/hw/android.hardware.light-service +service vendor.light-default /vendor/bin/hw/android.hardware.light-service.xiaomi class hal user nobody group nobody diff --git a/aidl/light/android.hardware.light-service.xml b/aidl/light/android.hardware.light-service.xiaomi.xml similarity index 100% rename from aidl/light/android.hardware.light-service.xml rename to aidl/light/android.hardware.light-service.xiaomi.xml