Skip to content

Commit 9b80560

Browse files
dulmandakhfacebook-github-bot
authored andcommitted
fix surface BUCK, and CI (#24404)
Summary: Fix surface BUCK, and make Android CI green. [Android] [Changed] - fix surface BUCK, and make CI green. Pull Request resolved: #24404 Differential Revision: D14888049 Pulled By: cpojer fbshipit-source-id: b0e0440c3e22ff8f90f0ff99f9fcb6fed3689725
1 parent c953e0b commit 9b80560

File tree

1 file changed

+2
-2
lines changed
  • ReactAndroid/src/main/java/com/facebook/react/surface

1 file changed

+2
-2
lines changed

ReactAndroid/src/main/java/com/facebook/react/surface/BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@fbsource//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "rn_android_library")
1+
load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "rn_android_library")
22

33
rn_android_library(
44
name = "surface",
@@ -10,7 +10,7 @@ rn_android_library(
1010
deps = [
1111
YOGA_TARGET,
1212
react_native_dep("libraries/fbcore/src/main/java/com/facebook/common/logging:logging"),
13-
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
13+
react_native_dep("third-party/android/support/v4:lib-support-v4"),
1414
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
1515
react_native_dep("third-party/java/jsr-305:jsr-305"),
1616
react_native_target("java/com/facebook/react/bridge:bridge"),

0 commit comments

Comments
 (0)