mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-15 23:03:58 +08:00
fix android ci (#21913)
Summary: This PR adds support-annotations to devsupport buck dependency, which fixes Android CI. Pull Request resolved: https://github.com/facebook/react-native/pull/21913 Differential Revision: D10842175 Pulled By: hramos fbshipit-source-id: f3f3e0e6a3a5e9ceb18db11ac67e820a7f10937a
This commit is contained in:
committed by
Facebook Github Bot
parent
88981a8e12
commit
99632e16d9
@@ -12,6 +12,7 @@ rn_android_library(
|
||||
],
|
||||
deps = [
|
||||
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/java/infer-annotations:infer-annotations"),
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_dep("third-party/java/okhttp:okhttp3"),
|
||||
|
||||
Reference in New Issue
Block a user