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

Unified Diff: jni/Android.mk

Issue 5327480814567424: Issue 1108 - Support notifications (Closed)
Patch Set: Only one Notification displayed now Created Feb. 18, 2015, 3:42 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 | « no previous file | jni/JniFilterEngine.cpp » ('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 663d853e19a9017586cf530327e410aa8dd04c09..8224da51e8d62724939f581fe14a7de316a53324 100755
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -29,6 +29,7 @@ LOCAL_SRC_FILES += JniFilter.cpp JniSubscription.cpp JniEventCallback.cpp
LOCAL_SRC_FILES += JniLogSystem.cpp JniWebRequest.cpp
LOCAL_SRC_FILES += JniUpdateAvailableCallback.cpp JniUpdateCheckDoneCallback.cpp
LOCAL_SRC_FILES += JniFilterChangeCallback.cpp JniCallbacks.cpp Utils.cpp
+LOCAL_SRC_FILES += JniNotification.cpp
LOCAL_CPP_FEATURES := exceptions
LOCAL_CFLAGS += -std=gnu++0x
« no previous file with comments | « no previous file | jni/JniFilterEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld