fix fbjni and yoga event files not found in testutil issue

Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/928

Reviewed By: amir-shalem

Differential Revision: D17383979

fbshipit-source-id: 755c2cc3749d5e23fbd1e0ac7a41632c1400ae24
This commit is contained in:
Sidharth Guglani
2019-09-15 13:50:56 -07:00
committed by Facebook Github Bot
parent 1043c35f2b
commit 47717324d4
2 changed files with 17 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ android {
externalNativeBuild {
cmake {
path 'src/main/cpp/CMakeLists.txt'
version '3.6.0-rc2'
}
}