BUCK file renaming round 2 (10/13)

Reviewed By: dinhviethoa

Differential Revision: D4641351

fbshipit-source-id: f965d3c55313258934d926f6333e2ba161263882
This commit is contained in:
Scott Wolchok 2017-03-01 21:12:49 -08:00 committed by Facebook Github Bot
parent cf4891c6bd
commit 906879ed9b
3 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ android_library(
react_native_target("java/com/facebook/react/common/network:network"),
react_native_target("java/com/facebook/react/devsupport:interfaces"),
react_native_target("java/com/facebook/react/module/annotations:annotations"),
react_native_target('java/com/facebook/react/modules/core:core'),
react_native_target("java/com/facebook/react/modules/core:core"),
react_native_target("java/com/facebook/react/modules/debug:debug"),
react_native_target("java/com/facebook/react/modules/debug:interfaces"),
react_native_target("java/com/facebook/react/modules/systeminfo:systeminfo"),

View File

@ -13,7 +13,7 @@ android_library(
react_native_target("java/com/facebook/react/bridge:bridge"),
react_native_target("java/com/facebook/react/common:common"),
react_native_target("java/com/facebook/react/module/annotations:annotations"),
react_native_target('java/com/facebook/react/modules/core:core'),
react_native_target("java/com/facebook/react/modules/core:core"),
react_native_target("java/com/facebook/react/modules/debug:interfaces"),
react_native_target("java/com/facebook/react/uimanager:uimanager"),
],

View File

@ -52,9 +52,9 @@ prebuilt_cxx_library(
name = "rt",
exported_platform_linker_flags = [
(
"android",
"android", # Empty, since `-lc` is implicit
[],
), # Empty, since `-lc` is implicit
),
(
"default",
["-lrt"],