Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/org/adblockplus/android/ABPEngine.java

Issue 6606493159784448: New JNI bindings (Closed)
Patch Set: Removed TODO from AppInfo. Created April 11, 2014, 1:28 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/org/adblockplus/android/ABPEngine.java
diff --git a/src/org/adblockplus/android/ABPEngine.java b/src/org/adblockplus/android/ABPEngine.java
index 19928039acb9389296d36c4f7284e797a385ec67..14d52152b36093130ee073bfdf469097497a16fa 100644
--- a/src/org/adblockplus/android/ABPEngine.java
+++ b/src/org/adblockplus/android/ABPEngine.java
@@ -140,6 +140,6 @@ public class ABPEngine
static
{
- System.loadLibrary("abpEngine");
+ System.loadLibrary("adblockplus-jni");
}
}
« no previous file with comments | « src/com/github/rjeschke/neetutils/dispose/ReferenceList.java ('k') | src/org/adblockplus/android/JSEngine.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld