Add GoogleCalendarSyncAdapter
* This allows Google Calendar syncing in the AOSP calendar app Change-Id: Ib77fb5a10d6239df728be62e4b3dd8720012b769 Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
此提交包含在:
@@ -18,6 +18,17 @@ LOCAL_PATH := $(call my-dir)
|
|||||||
|
|
||||||
ifneq ($(filter arm arm64 x86,$(TARGET_ARCH)),)
|
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)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_MODULE := GoogleContactsSyncAdapter
|
LOCAL_MODULE := GoogleContactsSyncAdapter
|
||||||
LOCAL_MODULE_OWNER := gapps
|
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
|
vendor/gapps/common/proprietary/etc/sysconfig/whitelist_com.android.omadm.service.xml:system/etc/sysconfig/whitelist_com.android.omadm.service.xml
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
GoogleCalendarSyncAdapter \
|
||||||
GoogleContactsSyncAdapter \
|
GoogleContactsSyncAdapter \
|
||||||
GoogleExtShared \
|
GoogleExtShared \
|
||||||
GoogleBackupTransport \
|
GoogleBackupTransport \
|
||||||
|
未顯示二進位檔案。
@@ -1,3 +1,4 @@
|
|||||||
|
-app/GoogleCalendarSyncAdapter/GoogleCalendarSyncAdapter.apk:app/GoogleCalendarSyncAdapter/GoogleCalendarSyncAdapter.apk:PRESIGNED|aa482580c87a43c83882c05a4757754917d47f32
|
||||||
-app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk:app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk:PRESIGNED
|
-app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk:app/GoogleContactsSyncAdapter/GoogleContactsSyncAdapter.apk:PRESIGNED
|
||||||
-app/GoogleExtShared/GoogleExtShared.apk:app/GoogleExtShared/GoogleExtShared.apk:PRESIGNED
|
-app/GoogleExtShared/GoogleExtShared.apk:app/GoogleExtShared/GoogleExtShared.apk:PRESIGNED
|
||||||
|
|
||||||
|
新增問題並參考
封鎖使用者