Skip to content

Commit 419d76c

Browse files
committed
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
1 parent 0ea3321 commit 419d76c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

services/inputflinger/reader/Android.bp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,25 +79,25 @@ cc_defaults {
7979
srcs: [":libinputreader_sources"],
8080
shared_libs: [
8181
"android.companion.virtualdevice.flags-aconfig-cc",
82+
"libPlatformProperties",
8283
"libbase",
8384
"libcap",
8485
"libcrypto",
8586
"libcutils",
86-
"libjsoncpp",
8787
"libinput",
88+
"libjsoncpp",
8889
"liblog",
89-
"libPlatformProperties",
9090
"libstatslog",
9191
"libstatspull",
92-
"libutils",
9392
"libstatssocket",
93+
"libutils",
9494
],
9595
static_libs: [
9696
"libchrome-gestures",
97-
"libui-types",
9897
"libexpresslog",
99-
"libtextclassifier_hash_static",
10098
"libstatslog_express",
99+
"libtextclassifier_hash_static",
100+
"libui-types",
101101
],
102102
header_libs: [
103103
"libbatteryservice_headers",

0 commit comments

Comments
 (0)