summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0c29652..f971e51 100644
--- a/Android.bp
+++ b/Android.bp
@@ -35,6 +35,7 @@ license {
android_app {
name: "CalendarProvider",
+ defaults: ["platform_app_defaults"],
static_libs: [
"guava",
"android-common",
@@ -44,6 +45,7 @@ android_app {
"src/**/*.java",
"src/com/android/providers/calendar/EventLogTags.logtags",
],
+ libs: ["app-compat-annotations"],
platform_apis: true,
privileged: true,
@@ -56,3 +58,8 @@ android_app {
include_filter: ["com.android.providers.calendar.*"],
},
}
+
+platform_compat_config {
+ name: "calendar-provider-compat-config",
+ src: ":CalendarProvider",
+}