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

Commit 3e0a87e4 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Remove redundant libui-types dependency

This dependency is already specific for all targets,
so there's no need for a separate host-specific entry.

Bug: 288572564
Change-Id: Iecd5f6ced8ae9b1a349c807ea82f5bd7e247a671
Test: presubmit
parent 12ccf5f9
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -185,13 +185,6 @@ cc_defaults {
    header_libs: [
    header_libs: [
        "libinputflinger_headers",
        "libinputflinger_headers",
    ],
    ],
    target: {
        host: {
            static_libs: [
                "libui-types",
            ],
        },
    },
}
}


cc_library_shared {
cc_library_shared {