Move idle detection classes to its own directory

Reviewed By: AaaChiuuu

Differential Revision: D4676282

fbshipit-source-id: 1b07e66ba638d4293eec65cb4e336f21dfb78218
This commit is contained in:
Andrew Y. Chen
2017-03-17 16:46:17 -07:00
committed by Facebook Github Bot
parent e69a80f7f9
commit 238fd4ad19
11 changed files with 155 additions and 5 deletions
@@ -5,6 +5,7 @@ deps = [
react_native_dep("third-party/java/jsr-305:jsr-305"),
react_native_dep("third-party/java/junit:junit"),
react_native_integration_tests_target("java/com/facebook/react/testing:testing"),
react_native_integration_tests_target("java/com/facebook/react/testing/idledetection:idledetection"),
react_native_target("java/com/facebook/react:react"),
react_native_target("java/com/facebook/react/bridge:bridge"),
react_native_target("java/com/facebook/react/common:common"),