Merge "x86: add --warn-shared-textrel"
diff --git a/target/product/core.mk b/target/product/core.mk
index 136f764..8a6e4e7 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -122,10 +122,7 @@
     lint \
     uiautomator \
     telephony-common \
-    mms-common \
-    zoneinfo.dat \
-    zoneinfo.idx \
-    zoneinfo.version
+    mms-common
 
 # SELinux packages
 PRODUCT_PACKAGES += \
@@ -152,10 +149,7 @@
         libjavacore \
         libssl \
         libz-host \
-        dalvik \
-        zoneinfo-host.dat \
-        zoneinfo-host.idx \
-        zoneinfo-host.version
+        dalvik
 endif
 
 $(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)