Skip to content

Commit

Permalink
try to fix BUCK setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Jan 24, 2023
1 parent 941a37b commit 83aabf1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 650 deletions.

This file was deleted.

16 changes: 1 addition & 15 deletions ReactAndroid/src/test/java/com/facebook/react/views/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,11 @@ load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "r

rn_robolectric_test(
name = "views",
# TODO (T110934492): Disabled temporarily until tests are fixed
# srcs = glob(['**/*.java']),
srcs = glob([
"image/*.java",
"view/*.java",
]),
srcs = glob(["*.java"]),
contacts = ["oncall+fbandroid_sheriff@xmail.facebook.com"],
language = "JAVA",
deps = [
YOGA_TARGET,
react_native_dep("libraries/fresco/fresco-react-native:fresco-drawee"),
react_native_dep("libraries/fresco/fresco-react-native:fresco-react-native"),
react_native_dep("libraries/fresco/fresco-react-native:imagepipeline"),
react_native_dep("libraries/soloader/java/com/facebook/soloader:soloader"),
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
react_native_dep("third-party/android/androidx:fragment"),
Expand All @@ -27,15 +18,10 @@ rn_robolectric_test(
react_native_dep("third-party/java/okio:okio"),
react_native_target("java/com/facebook/react:react"),
react_native_target("java/com/facebook/react/bridge:bridge"),
react_native_target("java/com/facebook/react/util:util"),
react_native_target("java/com/facebook/react/views/imagehelper:imagehelper"),
react_native_target("java/com/facebook/react/common:common"),
react_native_target("java/com/facebook/react/touch:touch"),
react_native_target("java/com/facebook/react/uimanager:uimanager"),
react_native_target("java/com/facebook/react/uimanager/annotations:annotations"),
react_native_target("java/com/facebook/react/views/image:image"),
react_native_target("java/com/facebook/react/views/text:text"),
react_native_target("java/com/facebook/react/views/textinput:textinput"),
react_native_target("java/com/facebook/react/views/view:view"),
react_native_tests_target("java/com/facebook/react/bridge:testhelpers"),
],
Expand Down
Loading

0 comments on commit 83aabf1

Please sign in to comment.