From e637cf2d72654d4b125e84de86bbcd2f30604cf6 Mon Sep 17 00:00:00 2001 From: Sidharth Guglani Date: Wed, 15 Apr 2020 00:47:07 -0700 Subject: [PATCH] Add Yoga also as a dependency of testutil-jni Summary: `scripts/deploy_jcenter.sh` was failing {F234018047} Added `yoga` also as a dependency of `testutil-jni` Reviewed By: gavinweng Differential Revision: D21017796 fbshipit-source-id: 0c34e7fc2373906441bd7805f5687b2c5dab6242 --- testutil/BUCK | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testutil/BUCK b/testutil/BUCK index acbabc11..1a66f91b 100644 --- a/testutil/BUCK +++ b/testutil/BUCK @@ -20,7 +20,10 @@ yoga_cxx_library( platforms = ANDROID, soname = "libyoga_testutil.$(ext)", visibility = ["PUBLIC"], - deps = [yoga_dep("java:jni")], + deps = [ + yoga_dep("java:jni"), + yoga_dep(":yoga"), + ], ) yoga_java_library(