Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97e818b9 authored by Steven Moreland's avatar Steven Moreland
Browse files

vibrator: use package as name

In order to provide a more descriptive name, and to be consistent
with HIDL, the stable AIDL package names are switching from
vintf-vibrator format to the package format
(android.hardware.vibrator).

Bug: N/A
Test: all build time
Change-Id: I60b85ed6c69190bcd287403408e31ea6643cee3e
parent c7c1f08f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -15,6 +15,7 @@
cc_defaults {
cc_defaults {
    name: "idlcli-defaults",
    name: "idlcli-defaults",
    shared_libs: [
    shared_libs: [
        "android.hardware.vibrator-ndk_platform",
        "android.hardware.vibrator@1.0",
        "android.hardware.vibrator@1.0",
        "android.hardware.vibrator@1.1",
        "android.hardware.vibrator@1.1",
        "android.hardware.vibrator@1.2",
        "android.hardware.vibrator@1.2",
@@ -24,7 +25,6 @@ cc_defaults {
        "libhidlbase",
        "libhidlbase",
        "liblog",
        "liblog",
        "libutils",
        "libutils",
        "vintf-vibrator-ndk_platform",
    ],
    ],
    cflags: [
    cflags: [
        "-DLOG_TAG=\"idlcli\"",
        "-DLOG_TAG=\"idlcli\"",