Attempt to fix open source Yoga build.

Reviewed By: emilsjolander

Differential Revision: D4557733

fbshipit-source-id: b99701e9c1ec56fb147aa4cc738549df90aa7016
This commit is contained in:
Michael Bolin
2017-02-14 10:39:56 -08:00
committed by Facebook Github Bot
parent a1c75454e9
commit 8a91c0a0e5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
with allow_unsafe_import():
import os.path
def isdir(filename):
return os.path.isdir(filename)
YOGA_ROOT = '//...'
JAVA_TARGET = '//java:java'