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

Unified Diff: jni/Android.mk

Issue 6606493159784448: New JNI bindings (Closed)
Patch Set: Created March 14, 2014, 11:32 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 | « no previous file | 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
@@ -25,6 +25,9 @@
LOCAL_MODULE := abpEngine
LOCAL_SRC_FILES := AbpEngine.cpp Utils.cpp AndroidLogSystem.cpp AndroidWebRequest.cpp
+LOCAL_SRC_FILES += JniJsEngine.cpp JniFilterEngine.cpp
+LOCAL_SRC_FILES += JniJsValue.cpp JniFilter.cpp JniSubscription.cpp
+LOCAL_SRC_FILES += JniEventCallback.cpp JniLogSystem.cpp JniWebRequest.cpp JniUpdaterCallback.cpp JniFilterChangeCallback.cpp
LOCAL_CPP_FEATURES := rtti exceptions
LOCAL_CFLAGS += -std=gnu++0x
« no previous file with comments | « no previous file | jni/JniCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld