FIx Android CI (#20901)

Summary:
This PR fixes Android CI
Pull Request resolved: https://github.com/facebook/react-native/pull/20901

Differential Revision: D9596497

Pulled By: hramos

fbshipit-source-id: 5662243645d5d8e51c6da4cb142ab6665a09daee
This commit is contained in:
Dulmandakh 2018-09-05 15:55:57 -07:00 committed by Facebook Github Bot
parent d985b2e661
commit 1edeaef6ca
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ rn_android_library(
"PUBLIC",
],
deps = [
react_native_dep("third-party/android/support-annotations:android-support-annotations"),
react_native_dep("java/com/facebook/debug/debugoverlay/model:model"),
react_native_dep("java/com/facebook/systrace:systrace"),
react_native_dep("java/com/facebook/thecount:thecount"),