Merge "Support TimeZoneRulesManagerService in GSI" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot 2017-08-29 13:43:42 +00:00 committed by Android (Google) Code Review
commit d0734551b7
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.