Export deps to be source-ABI friendly

Reviewed By: dreiss

Differential Revision: D6124559

fbshipit-source-id: f831196724f8e171b86c58af5d2ed7944ecf6b6b
This commit is contained in:
Jonathan Keljo 2017-10-23 12:14:01 -07:00 committed by Facebook Github Bot
parent eca331937e
commit 18364e95b7

View File

@ -8,6 +8,9 @@ android_library(
"events/*.java",
"layoutanimation/*.java",
]),
exported_deps = [
react_native_dep("third-party/java/jsr-305:jsr-305"),
],
provided_deps = [
react_native_dep("third-party/android/support/v4:lib-support-v4"),
],
@ -19,7 +22,6 @@ android_library(
react_native_dep("java/com/facebook/systrace:systrace"),
react_native_dep("libraries/fbcore/src/main/java/com/facebook/common/logging:logging"),
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/debug/tags:tags"),
react_native_target("java/com/facebook/debug/holder:holder"),
react_native_target("java/com/facebook/react/animation:animation"),