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

Unified Diff: jni/Android.mk

Issue 5697499218051072: Usage of new API, cleanups (reduced) (Closed)
Patch Set: Even more review issues fixed. Created April 28, 2014, 10:18 a.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 | « jni/AbpEngine.cpp ('k') | jni/AndroidLogSystem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jni/Android.mk
diff --git a/jni/Android.mk b/jni/Android.mk
index b54c436306438ec486864d7e8ce3d53ae3b9d5af..a52ace9cd03d49b64ac085824eb8a19ffc7c59c5 100755
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -24,17 +24,15 @@ include $(PREBUILT_STATIC_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE := libadblockplus-jni
-LOCAL_SRC_FILES := AbpEngine.cpp Utils.cpp AndroidLogSystem.cpp AndroidWebRequest.cpp
-LOCAL_SRC_FILES += JniJsEngine.cpp JniFilterEngine.cpp JniJsValue.cpp JniFilter.cpp
+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
+LOCAL_SRC_FILES += JniCallbacks.cpp Utils.cpp
-LOCAL_CPP_FEATURES := rtti exceptions
+LOCAL_CPP_FEATURES := exceptions
LOCAL_CFLAGS += -std=gnu++0x
LOCAL_C_INCLUDES := jni/libadblockplus-binaries/include/
LOCAL_STATIC_LIBRARIES := libadblockplus v8-base v8-snapshot
-LOCAL_LDLIBS := -llog
include $(BUILD_SHARED_LIBRARY)
« no previous file with comments | « jni/AbpEngine.cpp ('k') | jni/AndroidLogSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld