Fix example in buck DEFS

Summary:
I noticed that the example doesn't match the definition below.

cc bestander
Closes https://github.com/facebook/react-native/pull/10175

Differential Revision: D3943967

Pulled By: bestander

fbshipit-source-id: 6941d4d663e1fd42f8723cd722eb8a5712a63dc8
This commit is contained in:
Nicolas Charpentier 2016-09-29 08:22:39 -07:00 committed by Facebook Github Bot
parent 17405b9774
commit aa36adb116
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ with allow_unsafe_import():
def react_native_target(path):
return '//ReactAndroid/src/main/' + path
# Example: react_native_target('bridge:bridge')
# Example: react_native_xplat_target('bridge:bridge')
def react_native_xplat_target(path):
return '//ReactCommon/' + path