Skip to content

Commit

Permalink
Daily arc lint --take BUCKFORMAT
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D27761011

fbshipit-source-id: 6231e04819b758d0daa1c78b412742be9b23cf3f
  • Loading branch information
CodemodService FBSourceBuckFormatLinterBot authored and facebook-github-bot committed Apr 14, 2021
1 parent 06753d4 commit 73b9f78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ReactAndroid/src/main/jni/first-party/fb/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ oss_cxx_library(
"-DDISABLE_CPUCAP",
"-DDISABLE_XPLAT",
],
linker_flags = [
"-llog",
],
preferred_linkage = "static",
soname = "libfb.$(ext)",
visibility = ["PUBLIC"],
deps = [
JNI_TARGET,
],
linker_flags = [
"-llog",
],
preferred_linkage = "static",
)

0 comments on commit 73b9f78

Please sign in to comment.