Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Apply lint updates from buildifier in fbandroid
Browse files Browse the repository at this point in the history
Summary:
In D37873933, we update the buildifier binaries, which apply some minor changes to existing lint. Specifically, entries are now properly sorted.

Update the files in fbandroid such that updating buildifier does not cause lint changes in users diffs.

drop-conflicts
allow_many_files
#nocancel

Reviewed By: d16r

Differential Revision: D37873934

fbshipit-source-id: 40b6cd892dfa837ede52e5fd5af4e5fcc24fc6cd
  • Loading branch information
chatura-atapattu authored and facebook-github-bot committed Jul 21, 2022
1 parent 932a4fa commit 54008fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aidl/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ fb_core_android_library(
fb_native.gen_aidl(
name = "IProfiloMultiProcessTraceService",
aidl = "java/com/facebook/profilo/ipc/IProfiloMultiProcessTraceService.aidl",
import_path = profilo_import_path("aidl/java/"),
aidl_srcs = glob(["**/*.aidl"]),
import_path = profilo_import_path("aidl/java/"),
)

fb_native.gen_aidl(
name = "IProfiloMultiProcessTraceListener",
aidl = "java/com/facebook/profilo/ipc/IProfiloMultiProcessTraceListener.aidl",
import_path = profilo_import_path("aidl/java/"),
aidl_srcs = glob(["**/*.aidl"]),
import_path = profilo_import_path("aidl/java/"),
)

0 comments on commit 54008fe

Please sign in to comment.