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

Commit 419d76c9 authored by Harry Cutts's avatar Harry Cutts
Browse files

inputflinger/reader: format Android.bp file

This fixes a Bpfmt lint error reported on change
Id92581014836ba856b29741117e9f6a397d9422c (but not actually caused by
the changes in that CL), by running the following command:

    $ prebuilts/build-tools/linux-x86/bin/bpfmt -s -w \
        frameworks/native/services/inputflinger/reader/Android.bp

Test: none
Bug: b/245989146
Flag: EXEMPT refactor
Change-Id: I70d78ddfe21ecc2cb853d3a48d6707e25505332b
parent 0ea33218
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -79,25 +79,25 @@ cc_defaults {
    srcs: [":libinputreader_sources"],
    shared_libs: [
        "android.companion.virtualdevice.flags-aconfig-cc",
        "libPlatformProperties",
        "libbase",
        "libcap",
        "libcrypto",
        "libcutils",
        "libjsoncpp",
        "libinput",
        "libjsoncpp",
        "liblog",
        "libPlatformProperties",
        "libstatslog",
        "libstatspull",
        "libutils",
        "libstatssocket",
        "libutils",
    ],
    static_libs: [
        "libchrome-gestures",
        "libui-types",
        "libexpresslog",
        "libtextclassifier_hash_static",
        "libstatslog_express",
        "libtextclassifier_hash_static",
        "libui-types",
    ],
    header_libs: [
        "libbatteryservice_headers",