Support TimeZoneRulesManagerService in GSI

System Server starts "TimeZoneRulesManagerService" if
"config_enableUpdateableTimeZoneRules" is true in config.xml.

Some projects would turn on "config_enableUpdateableTimeZoneRules"
by resource overlaying in vendor partition.

So, GSI needs to include all required modules for
TimeZoneRulesManagerService.

Bug: 65001751
Test: Build pass and boot with GSI into home screen
Change-Id: Ief929b23411c4fb85633696f47aabd0f065aab91
This commit is contained in:
SzuWei Lin 2017-08-28 17:50:52 +08:00
parent d463548af1
commit b97fd4e603
1 changed files with 7 additions and 0 deletions

View File

@ -54,6 +54,13 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
netutils-wrapper-1.0
# A workaround solution for some projects which require
# TimeZoneRulesManagerService by overlaying resource property
# "config_enableUpdateableTimeZoneRules"
PRODUCT_PACKAGES += \
TimeZoneUpdater \
TimeZoneData \
# Android Verified Boot (AVB):
# Builds a special vbmeta.img that disables AVB verification.
# Otherwise, AVB will prevent the device from booting the generic system.img.