Dont generate so for main library
Summary: A .so file is only needed for the JNI target. The main library can be static. Differential Revision: D3703897 fbshipit-source-id: b2efb98a6ae4488e6107c736c263cad35ef7c4fe
This commit is contained in:
committed by
Facebook Github Bot 2
parent
57021eba9d
commit
916170f6ac
1
BUCK
1
BUCK
@@ -29,6 +29,7 @@ cxx_library(
|
|||||||
tests=[':CSSLayout_tests'],
|
tests=[':CSSLayout_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 = [],
|
deps = [],
|
||||||
visibility = ['PUBLIC'],
|
visibility = ['PUBLIC'],
|
||||||
|
Reference in New Issue
Block a user