Turn off the apple_test getting pulled into end-to-end tests

Summary: Gate it with `THIS_IS_FBOBJC` for now - the better solution is gating with fb_xplat_cxx_library and fb_xplat_cxx_test

Reviewed By: dshahidehpour

Differential Revision: D4024973

fbshipit-source-id: 2ce744fd67630b39b0498d0479a034d0b05c68ed
This commit is contained in:
Michael Lee
2016-10-14 16:13:10 -07:00
committed by Facebook Github Bot
parent eedee80f25
commit 770fa6d254

View File

@@ -9,6 +9,7 @@ include_defs('//CSSLAYOUT_DEFS')
UIKIT_CSSLAYOUT_COMPILER_FLAGS = ['-fobjc-arc']
if THIS_IS_FBOBJC:
apple_library(
name = 'CSSLayout',
compiler_flags = UIKIT_CSSLAYOUT_COMPILER_FLAGS,