Fix uiexplorer BUCK install

Summary: It's missing a dependency

Reviewed By: bestander

Differential Revision: D3821094

fbshipit-source-id: 8e048f6daa052ff002ebef2498920d7bd69d324d
This commit is contained in:
Andrei Coman 2016-09-06 03:29:48 -07:00 committed by Facebook Github Bot 5
parent 7c268b31c2
commit 5d240a8ed3
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ android_library(
srcs = glob(['src/main/java/**/*.java']),
deps = [
':res',
react_native_dep('third-party/android/support/v4:lib-support-v4'),
react_native_dep('third-party/java/jsr-305:jsr-305'),
react_native_target('java/com/facebook/react/modules/core:core'),
react_native_target('java/com/facebook/react/shell:shell'),