Run buildifier over BUCK and TARGETS files

Reviewed By: scottrice

Differential Revision: D8163151

fbshipit-source-id: 700a77c09c6ab1bef8fd24a2a3133a4b50e3b3a3
This commit is contained in:
Andres Suarez
2018-05-25 11:09:49 -07:00
committed by Facebook Github Bot
parent 04028bf216
commit d42697bcf3
22 changed files with 51 additions and 51 deletions

View File

@@ -26,9 +26,6 @@ rn_android_library(
["*.java"],
excludes = IMAGE_EVENT_FILES,
),
exported_deps = [
":imageevents",
],
provided_deps = [
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
react_native_dep("third-party/android/support/v4:lib-support-v4"),
@@ -52,4 +49,7 @@ rn_android_library(
react_native_target("java/com/facebook/react/uimanager/annotations:annotations"),
react_native_target("java/com/facebook/react/views/imagehelper:withmultisource"),
],
exported_deps = [
":imageevents",
],
)

View File

@@ -18,9 +18,6 @@ rn_android_library(
rn_android_library(
name = "withmultisource",
srcs = ["MultiSourceHelper.java"],
exported_deps = [
":imagehelper",
],
visibility = [
"PUBLIC",
],
@@ -29,4 +26,7 @@ rn_android_library(
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
react_native_dep("third-party/java/jsr-305:jsr-305"),
],
exported_deps = [
":imagehelper",
],
)