Enable running within robolectric

Summary: Add some dependencies to enable running the native version of csslayout within robolectric internally.

Reviewed By: lucasr

Differential Revision: D3960840

fbshipit-source-id: 08a45f7299b04f70f643b0c9b95da13f90690dd8
This commit is contained in:
Emil Sjolander
2016-10-08 06:20:12 -07:00
committed by Facebook Github Bot
parent 56f6efdecf
commit d506e6ab94
3 changed files with 4 additions and 7 deletions

View File

@@ -35,8 +35,8 @@ cxx_library(
'-Wno-unused-parameter',
'-std=c++11',
],
deps = [
deps = JNI_DEPS + [
':ndklog',
],
visibility = [CSSLAYOUT_ROOT],
visibility = ['PUBLIC'],
)