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:
parent
b44476b518
commit
e191ff24c4
@ -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
|
||||
|
@ -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 \
|
||||
|
Binary file not shown.
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user