mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Clean up unused macros after consolidation
Reviewed By: mzlee Differential Revision: D6954781 fbshipit-source-id: 0ec78e6f7f2780951ac008e9b12f41cfd5441ed5
This commit is contained in:
committed by
Facebook Github Bot
parent
1a790f8703
commit
e233646d09
@@ -42,14 +42,6 @@ def react_native_target(path):
|
||||
return '//ReactAndroid/src/main/' + path
|
||||
|
||||
|
||||
def android_react_native_target(path):
|
||||
return react_native_target(path)
|
||||
|
||||
|
||||
def apple_react_native_target(path):
|
||||
return react_native_target(path)
|
||||
|
||||
|
||||
# Example: react_native_xplat_target('bridge:bridge')
|
||||
def react_native_xplat_target(path):
|
||||
return '//ReactCommon/' + path
|
||||
|
||||
Reference in New Issue
Block a user