summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2015-03-06 12:40:43 -0800
committerSantos Cordon <santoscordon@google.com>2015-03-06 13:57:16 -0800
commit61cc930dd36a8d9efa02195fa7f55bbe87209788 (patch)
tree2b1753e5d32b657278465fa4212fdc8864531cf3 /Android.mk
parent339272c8696803e168c2c12e0658afee1da9a902 (diff)
downloadandroid_packages_providers_CallLogProvider-61cc930dd36a8d9efa02195fa7f55bbe87209788.tar.gz
android_packages_providers_CallLogProvider-61cc930dd36a8d9efa02195fa7f55bbe87209788.tar.bz2
android_packages_providers_CallLogProvider-61cc930dd36a8d9efa02195fa7f55bbe87209788.zip
Move Call Log backup into it's own package.
Moves the call log backup from the contacts provider into it's own package. This should make it easier to support backup through the same package name for OEMs which revise (and rename) the contacts provider. Also add a CallLogChangeReceiver to receive notices from the CallLogProvider when the call log changes. When this happens, the receiver notifies the backup manager that it should run a backup at it's earliest convenience. Change-Id: I5774bba333a83adf53e1733f80a3df9e8140adb8
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 83f8f26..b2681b2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,9 +11,9 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
# leaving out code which is tested by other means (e.g. static libraries) that
# would dilute the coverage results. These options do not affect regular
# production builds.
-LOCAL_EMMA_COVERAGE_FILTER := +com.android.providers.calllog.*
+LOCAL_EMMA_COVERAGE_FILTER := +com.android.providers.calllogbackup.*
-LOCAL_PACKAGE_NAME := CallLogProvider
+LOCAL_PACKAGE_NAME := CallLogBackup
LOCAL_CERTIFICATE := shared
LOCAL_PRIVILEGED_MODULE := true