More fixes to BUCK and java builds of OSS React Native

Reviewed By: mkonicek

Differential Revision: D2849743

fb-gh-sync-id: 7d0ae9a2fcfda8c017b60af3e8fe7fa4029ab6ea
This commit is contained in:
Konstantin Raev
2016-01-23 02:57:58 -08:00
committed by facebook-github-bot-4
parent cc30e2b57c
commit ae45d8bd4c
11 changed files with 408 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ android_library(
react_native_target('java/com/facebook/react/uimanager:uimanager'),
react_native_dep('libraries/soloader/java/com/facebook/soloader:soloader'),
react_native_dep('third-party/android/support/v4:lib-support-v4'),
react_native_dep('third-party/java/guava:guava'),
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/junit:junit'),