Rename sonarfb to flipperfb

Summary: Currently sample app instacrashes due to native lib renamed to flipperfb.

Reviewed By: passy

Differential Revision: D10051573

fbshipit-source-id: a739a6f354c2ef2b5576c1e82728a5db2714ace2
This commit is contained in:
Pritesh Nandgaonkar
2018-09-26 11:20:37 -07:00
committed by Facebook Github Bot
parent 59f762cac9
commit 349e26fe20
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ import com.facebook.soloader.SoLoader;
public class HybridData { public class HybridData {
static { static {
SoLoader.loadLibrary("sonarfb"); SoLoader.loadLibrary("flipperfb");
} }
@DoNotStrip private Destructor mDestructor = new Destructor(this); @DoNotStrip private Destructor mDestructor = new Destructor(this);

View File

@@ -13,7 +13,7 @@ import com.facebook.soloader.SoLoader;
@DoNotStrip @DoNotStrip
public class ThreadScopeSupport { public class ThreadScopeSupport {
static { static {
SoLoader.loadLibrary("sonarfb"); SoLoader.loadLibrary("flipperfb");
} }
// This is just used for ThreadScope::withClassLoader to have a java function // This is just used for ThreadScope::withClassLoader to have a java function