From be305b5d0f35bf8b9c43e79910bb912948280657 Mon Sep 17 00:00:00 2001 From: Amir Shalem Date: Wed, 17 Jul 2019 03:29:42 -0700 Subject: [PATCH] Rename fbjni shared library name to the standard soname Summary: Before we can upgrade to latest fbjni, we need to make sure our shared libraries are named the same. Currently when we compile libfbjni it is named as `liblib_fb_fbjni.so`, where as the regular fbjni is expected to be named as `libfbjni.so` Reviewed By: davidaurelio Differential Revision: D16250801 fbshipit-source-id: 9a7f0f803d7e525985b40a49edcc0e660e9025f5 --- lib/fb/BUCK | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fb/BUCK b/lib/fb/BUCK index 39294f76..37606023 100644 --- a/lib/fb/BUCK +++ b/lib/fb/BUCK @@ -35,6 +35,7 @@ yoga_cxx_library( "-std=c++11", ], platforms = (ANDROID,), + soname = "libfbjni.$(ext)", visibility = ["PUBLIC"], deps = [ ":ndklog",