mirror of
https://github.com/status-im/react-native.git
synced 2025-02-13 01:46:59 +00:00
Export deps to be source-ABI friendly
Reviewed By: dreiss Differential Revision: D6124559 fbshipit-source-id: f831196724f8e171b86c58af5d2ed7944ecf6b6b
This commit is contained in:
parent
eca331937e
commit
18364e95b7
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user