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

Commit c5e1ca43 authored by Prabir Pradhan's avatar Prabir Pradhan Committed by Ben Murdoch
Browse files

Build input reader as a static library

Bug: 251196347
Test: Build
Change-Id: I22ab6d1e4cb019ed7952d083146c67a7a2952826
parent c4f09efa
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ cc_defaults {
    ],
    header_libs: [
        "libbatteryservice_headers",
        "libchrome-gestures_headers",
        "libinputreader_headers",
    ],
    target: {
@@ -97,6 +98,22 @@ cc_defaults {
    },
}

cc_library_static {
    name: "libinputreader_static",
    defaults: [
        "inputflinger_defaults",
        "libinputreader_defaults",
    ],
    shared_libs: [
        "libinputflinger_base",
    ],
    export_header_lib_headers: [
        "libbatteryservice_headers",
        "libchrome-gestures_headers",
        "libinputreader_headers",
    ],
}

cc_library_shared {
    name: "libinputreader",
    host_supported: true,