diff options
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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", +} |
