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: D17343405

fbshipit-source-id: 1e395e3866699e387040bfe38fb126910ed0654a
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Sep 16, 2019
1 parent e3104b8 commit 9ff309b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/com/facebook/soloader/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ fb_core_android_library(
name = "loader",
srcs = LOADER_SRCS,
proguard_config = "soloader.pro",
required_for_source_only_abi = True,
provided_deps = [
":annotation",
"//deps:jsr_305",
],
required_for_source_only_abi = True,
visibility = ["PUBLIC"],
deps = [
":mapping-stub",
"//java/com/facebook/soloader/nativeloader:nativeloader",
# Be very careful adding new dependencies here, because this code
# has to run very early in the app startup process.
# Definitely do *not* depend on guava.
],
visibility = ["PUBLIC"],
)

# For aar building, we want almost all deps to be provided.
Expand All @@ -52,10 +52,10 @@ fb_core_android_library(
"//deps:jsr_305",
"//java/com/facebook/soloader/nativeloader:nativeloader",
],
visibility = ["PUBLIC"],
deps = [
":mapping-stub",
],
visibility = ["PUBLIC"],
)

fb_java_library(
Expand Down

0 comments on commit 9ff309b

Please sign in to comment.