summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorgkipnis <gkipnis@cyngn.com>2015-11-13 15:03:34 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-12-08 14:52:47 -0800
commitdbcecc682dcde13911e8373056d933762e8aefca (patch)
tree87e17b44fb5d868ffffb43b7a0cc454eab5907da /Android.mk
parent3d4deaf5320efb43600e2f5fff783f07b9f244b4 (diff)
downloadpackages_apps_Messaging-dbcecc682dcde13911e8373056d933762e8aefca.zip
packages_apps_Messaging-dbcecc682dcde13911e8373056d933762e8aefca.tar.gz
packages_apps_Messaging-dbcecc682dcde13911e8373056d933762e8aefca.tar.bz2
Added local blacklist and framework blacklist database synchronization
Local blacklist DB acts as a WriteThrough cache of the FW blacklist DB. 1. At the App startup time, the local DB is initialized with FW DB values. 2. A ContentObserver is registered to monitor FW Blacklist DB 3. Updates to local DB are also passed to the FW DB Change-Id: I56e1965884c383782710c90563940d75a17a7264
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 725c89d..46b90ce 100644
--- a/Android.mk
+++ b/Android.mk
@@ -32,6 +32,8 @@ LOCAL_RESOURCE_DIR += frameworks/opt/colorpicker/res
LOCAL_RESOURCE_DIR += frameworks/opt/photoviewer/res
LOCAL_RESOURCE_DIR += frameworks/opt/photoviewer/activity/res
+LOCAL_JAVA_LIBRARIES += telephony-common
+
LOCAL_STATIC_JAVA_LIBRARIES := android-common
LOCAL_STATIC_JAVA_LIBRARIES += android-common-framesequence
LOCAL_STATIC_JAVA_LIBRARIES += android-support-v4