Add GoogleCalendarSyncAdapter

* This allows Google Calendar syncing in the AOSP calendar app

Change-Id: Ib77fb5a10d6239df728be62e4b3dd8720012b769
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
Paul Keith 2017-05-02 14:10:22 -05:00
parent b44476b518
commit e191ff24c4
4 changed files with 13 additions and 0 deletions

View File

@ -18,6 +18,17 @@ LOCAL_PATH := $(call my-dir)
ifneq ($(filter arm arm64 x86,$(TARGET_ARCH)),)
include $(CLEAR_VARS)
LOCAL_MODULE := GoogleCalendarSyncAdapter
LOCAL_MODULE_OWNER := gapps
LOCAL_SRC_FILES := proprietary/app/GoogleCalendarSyncAdapter/GoogleCalendarSyncAdapter.apk
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS
LOCAL_DEX_PREOPT := false
LOCAL_MODULE_SUFFIX := .apk
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
LOCAL_MODULE := GoogleContactsSyncAdapter
LOCAL_MODULE_OWNER := gapps

View File

@ -24,6 +24,7 @@ PRODUCT_COPY_FILES += \
vendor/gapps/common/proprietary/etc/sysconfig/whitelist_com.android.omadm.service.xml:system/etc/sysconfig/whitelist_com.android.omadm.service.xml
PRODUCT_PACKAGES += \
GoogleCalendarSyncAdapter \
GoogleContactsSyncAdapter \
GoogleExtShared \
GoogleBackupTransport \

View File

@ -1,3 +1,4 @@
-app/GoogleCalendarSyncAdapter/GoogleCalendarSyncAdapter.apk:app/GoogleCalendarSyncAdapter/GoogleCalendarSyncAdapter.apk:PRESIGNED|aa482580c87a43c83882c05a4757754917d47f32
-app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk:app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk:PRESIGNED
-app/GoogleExtShared/GoogleExtShared.apk:app/GoogleExtShared/GoogleExtShared.apk:PRESIGNED