mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-10 09:29:39 +08:00
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: https://github.com/facebook/react-native/pull/24404 Differential Revision: D14888049 Pulled By: cpojer fbshipit-source-id: b0e0440c3e22ff8f90f0ff99f9fcb6fed3689725
This commit is contained in:
committed by
Facebook Github Bot
parent
c953e0b431
commit
9b80560715
@@ -1,4 +1,4 @@
|
||||
load("@fbsource//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "rn_android_library")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "YOGA_TARGET", "react_native_dep", "react_native_target", "rn_android_library")
|
||||
|
||||
rn_android_library(
|
||||
name = "surface",
|
||||
@@ -10,7 +10,7 @@ rn_android_library(
|
||||
deps = [
|
||||
YOGA_TARGET,
|
||||
react_native_dep("libraries/fbcore/src/main/java/com/facebook/common/logging:logging"),
|
||||
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
|
||||
react_native_dep("third-party/android/support/v4:lib-support-v4"),
|
||||
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_target("java/com/facebook/react/bridge:bridge"),
|
||||
|
||||
Reference in New Issue
Block a user