Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b97fd4e6 authored by SzuWei Lin's avatar SzuWei Lin
Browse files

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
parent d463548a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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.