Merge "Fix the detection for compressed APKs." into oc-mr1-dev
diff --git a/target/product/treble_common.mk b/target/product/treble_common.mk
index 1c38b02..f885646 100644
--- a/target/product/treble_common.mk
+++ b/target/product/treble_common.mk
@@ -58,13 +58,6 @@
 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.