Revert D4248487: [yoga] Remove force_static
Summary: This reverts commit e5127a02561b145745cf5393a0188661469ec79b Differential Revision: D4248487 fbshipit-source-id: c826eb6543ff6b8d512bf688fbd395e9766df2fb
This commit is contained in:
committed by
Facebook Github Bot
parent
c5bbcd78ae
commit
4a578284a5
5
BUCK
5
BUCK
@@ -29,10 +29,9 @@ cxx_library(
|
|||||||
tests=[':tests'],
|
tests=[':tests'],
|
||||||
exported_headers = subdir_glob([('', 'CSSLayout/*.h')]),
|
exported_headers = subdir_glob([('', 'CSSLayout/*.h')]),
|
||||||
header_namespace = '',
|
header_namespace = '',
|
||||||
|
force_static = True,
|
||||||
compiler_flags = COMPILER_FLAGS,
|
compiler_flags = COMPILER_FLAGS,
|
||||||
deps = [] if THIS_IS_FBOBJC else [
|
deps = [],
|
||||||
csslayout_dep('lib/fb:ndklog'),
|
|
||||||
],
|
|
||||||
visibility = ['PUBLIC'],
|
visibility = ['PUBLIC'],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -9,10 +9,7 @@ GTEST_TARGET = '//lib/gtest:gtest'
|
|||||||
JNI_TARGET = '//lib/jni:jni'
|
JNI_TARGET = '//lib/jni:jni'
|
||||||
FBJNI_TARGET = '//lib/fb:fbjni'
|
FBJNI_TARGET = '//lib/fb:fbjni'
|
||||||
|
|
||||||
THIS_IS_FBOBJC = False
|
|
||||||
|
|
||||||
CXX_LIBRARY_WHITELIST = [
|
CXX_LIBRARY_WHITELIST = [
|
||||||
'//:CSSLayout',
|
|
||||||
'//lib/fb:fbjni',
|
'//lib/fb:fbjni',
|
||||||
'//java:jni',
|
'//java:jni',
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user