Add support annotations dependency

Summary:
Should fix current test-android error in Circle CI.
Closes https://github.com/facebook/react-native/pull/17774

Differential Revision: D6837326

Pulled By: hramos

fbshipit-source-id: a53464d3abb52248c6565dee68e7e7f9be9a313f
This commit is contained in:
Héctor Ramos 2018-01-30 10:56:24 -08:00 committed by Facebook Github Bot
parent c7ed03a95c
commit 964320447d
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ rn_android_library(
],
provided_deps = [
react_native_dep("third-party/android/support/v4:lib-support-v4"),
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
],
required_for_source_only_abi = True,
visibility = [