From dbcecc682dcde13911e8373056d933762e8aefca Mon Sep 17 00:00:00 2001 From: gkipnis Date: Fri, 13 Nov 2015 15:03:34 -0800 Subject: 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 --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Android.mk') 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 -- cgit v1.2.3