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:
committed by
Facebook Github Bot
parent
59f762cac9
commit
349e26fe20
@@ -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);
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user