diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2019-08-21 16:55:03 -0700 |
|---|---|---|
| committer | Jan Altensen <info@stricted.net> | 2021-05-04 02:41:18 +0200 |
| commit | e789f596829d25f8e597b34c42aad7286a0203cb (patch) | |
| tree | b7f61aa5ec8f48ba0b8b43db84cc8675a9fc95e1 | |
| parent | 45561bafb2e2e63859b30f15013acdffc7cbd0ff (diff) | |
lineage/interfaces: Rename USB HAL suffix to typec
Change-Id: Iffc638b3bf747be07e9ce34278edeb546b905948
| -rw-r--r-- | usb/1.1-typec/Android.bp | 4 | ||||
| -rw-r--r-- | usb/1.1-typec/Usb.cpp | 2 | ||||
| -rw-r--r-- | usb/1.1-typec/android.hardware.usb@1.1-service.typec.rc (renamed from usb/1.1-typec/android.hardware.usb@1.1-service.wahoo.rc) | 2 | ||||
| -rw-r--r-- | usb/1.1-typec/service.cpp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/usb/1.1-typec/Android.bp b/usb/1.1-typec/Android.bp index f5bde70..eca25f0 100644 --- a/usb/1.1-typec/Android.bp +++ b/usb/1.1-typec/Android.bp @@ -13,9 +13,9 @@ // See the License for the specific language governing permissions and // limitations under the License. cc_binary { - name: "android.hardware.usb@1.1-service.wahoo", + name: "android.hardware.usb@1.1-service.typec", relative_install_path: "hw", - init_rc: ["android.hardware.usb@1.1-service.wahoo.rc"], + init_rc: ["android.hardware.usb@1.1-service.typec.rc"], srcs: ["service.cpp", "Usb.cpp"], cflags: [ "-Wall", diff --git a/usb/1.1-typec/Usb.cpp b/usb/1.1-typec/Usb.cpp index 5f8bdce..1ff26d2 100644 --- a/usb/1.1-typec/Usb.cpp +++ b/usb/1.1-typec/Usb.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.usb@1.1-service.wahoo" +#define LOG_TAG "android.hardware.usb@1.1-service.typec" #include <android-base/logging.h> #include <assert.h> diff --git a/usb/1.1-typec/android.hardware.usb@1.1-service.wahoo.rc b/usb/1.1-typec/android.hardware.usb@1.1-service.typec.rc index 1bb4977..cc96ffc 100644 --- a/usb/1.1-typec/android.hardware.usb@1.1-service.wahoo.rc +++ b/usb/1.1-typec/android.hardware.usb@1.1-service.typec.rc @@ -1,4 +1,4 @@ -service vendor.usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.wahoo +service vendor.usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.typec class hal user root group root system diff --git a/usb/1.1-typec/service.cpp b/usb/1.1-typec/service.cpp index 5fffc4c..2b94a7c 100644 --- a/usb/1.1-typec/service.cpp +++ b/usb/1.1-typec/service.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "android.hardware.usb@1.1-service.wahoo" +#define LOG_TAG "android.hardware.usb@1.1-service.typec" #include <hidl/HidlTransportSupport.h> #include "Usb.h" |
