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

Commit b0310fb3 authored by Bowgo Tsai's avatar Bowgo Tsai
Browse files

Revert "Create headers library for libvibrator"

Revert submission 13163663-libvibrator-headers

Reason for revert: DroidMonitor-triggered revert due to breakage https://android-build.googleplex.com/builds/submitted/7083529/sdk_mac/latest
Bug: b/177609603

Reverted Changes:
Iec3ae8142:Use headers library for libvibrator
I1d0653e90:Create headers library for libvibrator

Change-Id: I8c536fbece42bab7c5a0db218edb4471a31f939a
parent f0a1a325
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -55,21 +55,3 @@ cc_library {
        },
    },
}

cc_library_headers {
    name: "libvibrator_headers",
    vendor_available: true,
    host_supported: true,

    export_include_dirs: [
        "include",
    ],

    static_libs: [
        "libvibrator",
    ],

    export_static_lib_headers: [
        "libvibrator",
    ],
}