summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2010-05-25 22:13:01 -0500
committerJeff Hamilton <jham@android.com>2010-05-26 18:02:13 -0500
commit7109133e650b0b1a69690bda620e64893c027d95 (patch)
tree35651ddcd7bc91ea03bd326bb96840d8ba2aee22 /Android.mk
parent758a7562d72b0a6ed336beac508eedf7b369fa20 (diff)
downloadpackages_providers_ContactsProvider-7109133e650b0b1a69690bda620e64893c027d95.zip
packages_providers_ContactsProvider-7109133e650b0b1a69690bda620e64893c027d95.tar.gz
packages_providers_ContactsProvider-7109133e650b0b1a69690bda620e64893c027d95.tar.bz2
Add a PRE_BOOT_COMPLETED receiver.
It runs the first time after an OTA and either creates the database or runs the upgrade path on it. This may take a significatn amount of time so it's done before the boot animation completes. Bug: 2713849 Change-Id: I07f2c22a1462e6923cb7b060d561e7fb41a6e82d
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 af73a22..5e7b6b9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -5,6 +5,8 @@ LOCAL_MODULE_TAGS := optional
# Only compile source java files in this apk.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
+LOCAL_SRC_FILES += \
+ src/com/android/providers/contacts/EventLogTags.logtags
LOCAL_JAVA_LIBRARIES := ext