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