Skip to content

Commit

Permalink
Fixup query errors
Browse files Browse the repository at this point in the history
Reviewed By: alexmalyshev

Differential Revision: D36068791

fbshipit-source-id: bf841fe8fcafae0fb60f6eefc2473784afbae5de
  • Loading branch information
aniketmathur authored and facebook-github-bot committed May 2, 2022
1 parent 422c224 commit 05c594d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions ReactAndroid/src/main/libraries/fresco/fresco-react-native/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ rn_android_prebuilt_aar(
visibility = ["//ReactAndroid/..."],
)

remote_file(
fb_native.remote_file(
name = "nativeimagefilters-aar",
sha1 = "4a30438df8d960000b37b1f8cdba9d7996d57ea9",
url = "mvn:com.facebook.fresco:nativeimagefilters:aar:2.5.0",
Expand All @@ -85,7 +85,7 @@ rn_android_prebuilt_aar(
visibility = ["//ReactAndroid/..."],
)

remote_file(
fb_native.remote_file(
name = "nativeimagetranscoder-aar",
sha1 = "7db353c68b41e2ad502a959c554387d59e75eb75",
url = "mvn:com.facebook.fresco:nativeimagetranscoder:aar:2.5.0",
Expand Down Expand Up @@ -145,7 +145,7 @@ rn_android_prebuilt_aar(
visibility = ["//ReactAndroid/..."],
)

remote_file(
fb_native.remote_file(
name = "memory-type-ashmem-aar",
sha1 = "b43b53aca89569fd2e8e964b71dc7afbf62204e8",
url = "mvn:com.facebook.fresco:memory-type-ashmem:aar:2.5.0",
Expand All @@ -157,7 +157,7 @@ rn_android_prebuilt_aar(
visibility = ["//ReactAndroid/..."],
)

remote_file(
fb_native.remote_file(
name = "memory-type-java-aar",
sha1 = "57537a8b69dbad44fafdaea3067a776e11586465",
url = "mvn:com.facebook.fresco:memory-type-java:aar:2.5.0",
Expand All @@ -169,7 +169,7 @@ rn_android_prebuilt_aar(
visibility = ["//ReactAndroid/..."],
)

remote_file(
fb_native.remote_file(
name = "memory-type-native-aar",
sha1 = "7eb7c52ee2a4d40b7f706c90069549410236aaa5",
url = "mvn:com.facebook.fresco:memory-type-native:aar:2.5.0",
Expand All @@ -181,7 +181,7 @@ rn_android_prebuilt_aar(
visibility = ["//ReactAndroid/..."],
)

remote_file(
fb_native.remote_file(
name = "ui-common-aar",
sha1 = "224851cf4c074aeff5dc42861b557870459a9d28",
url = "mvn:com.facebook.fresco:ui-common:aar:2.5.0",
Expand Down
4 changes: 3 additions & 1 deletion ReactAndroid/src/test/resources/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

java_library(
load("@fbsource//tools/build_defs:fb_native_wrapper.bzl", "fb_native")

fb_native.java_library(
name = "robolectric",
srcs = [],
labels = [
Expand Down

0 comments on commit 05c594d

Please sign in to comment.