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

Commit f0a1a325 authored by Lais Andrade's avatar Lais Andrade
Browse files

Create headers library for libvibrator

Fix: 124501721
Test: builds
Change-Id: I1d0653e90f4f671cd241efd4e5c5e4e28adc2514
parent 7e2bbfa2
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -55,3 +55,21 @@ 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",
    ],
}