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

Unified Diff: jni/Android.mk

Issue 6245218638626816: Issue 1424 - Update libadblockplus-binaries to 6f79af14ad4e (Closed)
Patch Set: Use GetObjectClass instead of FindClass Created Sept. 22, 2014, 1:16 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
« no previous file with comments | « .hgsubstate ('k') | jni/JniCallbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jni/Android.mk
===================================================================
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -26,8 +26,8 @@
LOCAL_MODULE := libadblockplus-jni
LOCAL_SRC_FILES := JniJsEngine.cpp JniFilterEngine.cpp JniJsValue.cpp JniFilter.cpp
LOCAL_SRC_FILES += JniSubscription.cpp JniEventCallback.cpp JniLogSystem.cpp
-LOCAL_SRC_FILES += JniWebRequest.cpp JniUpdaterCallback.cpp JniFilterChangeCallback.cpp
-LOCAL_SRC_FILES += JniCallbacks.cpp Utils.cpp
+LOCAL_SRC_FILES += JniWebRequest.cpp JniUpdateCheckDoneCallback.cpp
+LOCAL_SRC_FILES += JniFilterChangeCallback.cpp JniCallbacks.cpp Utils.cpp
LOCAL_CPP_FEATURES := exceptions
LOCAL_CFLAGS += -std=gnu++0x
« no previous file with comments | « .hgsubstate ('k') | jni/JniCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld