Proper fix for broken android builds.
Summary: using `IS_THIS_FBOBJC` will break the tests in the open-source repo. This fixes Facebook builds and open source builds. Reviewed By: WaseemTheDream, mzlee Differential Revision: D4025580 fbshipit-source-id: 8280520a63134744fd24518aa6f45423aa0ecd03
This commit is contained in:
committed by
Facebook Github Bot
parent
63d3e8f3f3
commit
c619c0be5a
@@ -9,7 +9,6 @@ include_defs('//CSSLAYOUT_DEFS')
|
|||||||
|
|
||||||
UIKIT_CSSLAYOUT_COMPILER_FLAGS = ['-fobjc-arc']
|
UIKIT_CSSLAYOUT_COMPILER_FLAGS = ['-fobjc-arc']
|
||||||
|
|
||||||
if THIS_IS_FBOBJC:
|
|
||||||
apple_library(
|
apple_library(
|
||||||
name = 'CSSLayout',
|
name = 'CSSLayout',
|
||||||
compiler_flags = UIKIT_CSSLAYOUT_COMPILER_FLAGS,
|
compiler_flags = UIKIT_CSSLAYOUT_COMPILER_FLAGS,
|
||||||
|
Reference in New Issue
Block a user