Enable build file sandboxing in fbobjc
Reviewed By: darknoon Differential Revision: D3655364 fbshipit-source-id: 0c7d37860d358a0768fe788b589e701964063092
This commit is contained in:
parent
553a0ca5b8
commit
af14a5b489
|
@ -4,7 +4,8 @@
|
||||||
# - At Facebook by running buck from the root of the fb repo
|
# - At Facebook by running buck from the root of the fb repo
|
||||||
# - Outside of Facebook by running buck in the root of the git repo
|
# - Outside of Facebook by running buck in the root of the git repo
|
||||||
|
|
||||||
import os
|
with allow_unsafe_import():
|
||||||
|
import os
|
||||||
|
|
||||||
# Example: react_native_target('java/com/facebook/react/common:common')
|
# Example: react_native_target('java/com/facebook/react/common:common')
|
||||||
def react_native_target(path):
|
def react_native_target(path):
|
||||||
|
|
Loading…
Reference in New Issue