forked from openkylin/platform_build
add the new accounts and sync package to the generic target and enable sync for all builds
This commit is contained in:
parent
ec4194ef1b
commit
170e1d59f6
|
@ -252,8 +252,6 @@ tags_to_install := user debug eng
|
|||
ADDITIONAL_BUILD_PROPERTIES += xmpp.auto-presence=true
|
||||
ADDITIONAL_BUILD_PROPERTIES += ro.config.nocheckin=yes
|
||||
else # !sdk
|
||||
# Enable sync for non-sdk builds only (sdk builds lack SubscribedFeedsProvider).
|
||||
ADDITIONAL_BUILD_PROPERTIES += ro.config.sync=yes
|
||||
endif
|
||||
|
||||
## precise GC ##
|
||||
|
@ -288,6 +286,7 @@ ifneq ($(filter eng tests,$(TARGET_BUILD_VARIANT)),)
|
|||
endif
|
||||
|
||||
ADDITIONAL_BUILD_PROPERTIES += net.bt.name=Android
|
||||
ADDITIONAL_BUILD_PROPERTIES += ro.config.sync=yes
|
||||
|
||||
# enable vm tracing in files for now to help track
|
||||
# the cause of ANRs in the content process
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# you should derive from generic_with_google.mk
|
||||
|
||||
PRODUCT_PACKAGES := \
|
||||
AccountAndSyncSettings \
|
||||
AlarmClock \
|
||||
AlarmProvider \
|
||||
Bluetooth \
|
||||
|
@ -20,7 +21,6 @@ PRODUCT_PACKAGES := \
|
|||
Sync \
|
||||
Updater \
|
||||
CalendarProvider \
|
||||
SubscribedFeedsProvider \
|
||||
SyncProvider
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PRODUCT_PROPERTY_OVERRIDES :=
|
||||
|
||||
PRODUCT_PACKAGES := \
|
||||
AccountAndSyncSettings \
|
||||
AlarmClock \
|
||||
Camera \
|
||||
Calculator \
|
||||
|
|
Loading…
Reference in New Issue