Remove v4 dependency from Catalyst + RN libraries

Reviewed By: achen1

Differential Revision: D5676459

fbshipit-source-id: cd86c90580d9cdf686382c4d7169ce628403c06e
This commit is contained in:
Florian Schoellhammer 2017-08-25 14:22:35 -07:00 committed by Facebook Github Bot
parent 4535d527c2
commit db39d2387e
1 changed files with 4 additions and 2 deletions

View File

@ -3,13 +3,15 @@ include_defs("//ReactAndroid/DEFS")
android_library(
name = "blob",
srcs = glob(["**/*.java"]),
provided_deps = [
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
react_native_dep("third-party/android/support/v4:lib-support-v4"),
],
visibility = [
"PUBLIC",
],
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/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_dep("third-party/java/okio:okio"),