The Calendar provider needs privileged permissions

Bug 8765951

Change-Id: Ibc2b4bae860a977568e341d071c1954cd4b7d8d7
diff --git a/Android.mk b/Android.mk
index 099169c..9baffd3 100644
--- a/Android.mk
+++ b/Android.mk
@@ -28,6 +28,8 @@
 
 LOCAL_PACKAGE_NAME := CalendarProvider
 
+LOCAL_PRIVILEGED_MODULE := true
+
 # The Emma tool analyzes code coverage when running unit tests on the
 # application. This configuration line selects which packages will be analyzed,
 # leaving out code which is tested by other means (e.g. static libraries) that