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

Commit 30703bc4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Create headers library for libvibrator"

parents c8867915 f0a1a325
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",
    ],
}