Create android oss build system for react/config module

Summary:
This diff creates the Android OSS build system for the module react/config

As part of this diff I also moved the module to react/config folder

changelog: [internal] internal

Reviewed By: JoshuaGross

Differential Revision: D22877264

fbshipit-source-id: 5b3c42580d2b1d73dc0abb48bcf4ff063b2f581f
This commit is contained in:
David Vacca
2020-08-03 14:21:26 -07:00
committed by Facebook GitHub Bot
parent a1b6f7bd9e
commit 8616f868d5
10 changed files with 33 additions and 8 deletions
@@ -28,7 +28,7 @@ rn_xplat_cxx_library(
visibility = ["PUBLIC"],
deps = [
react_native_xplat_target("better:better"),
react_native_xplat_target("config:config"),
react_native_xplat_target("react/config:config"),
react_native_xplat_target("react/renderer/animations:animations"),
react_native_xplat_target("react/renderer/uimanager:uimanager"),
react_native_xplat_target("react/renderer/scheduler:scheduler"),