From 97d2d0c8b553e78583257dd386b3026c9d7fc1fd Mon Sep 17 00:00:00 2001 From: Neil Fuller Date: Wed, 7 Nov 2018 18:54:26 +0000 Subject: [PATCH] Add the time zone data module to /system This includes the time zone data APEX in the system image which should flush out any obvious issues. Bug: 119026403 Test: build / boot taimen Change-Id: I3d9a8289d8af405a373c94891b482540e59a3571 --- target/product/base_system.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 85bd136e1..1ac6332e6 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -52,6 +52,7 @@ PRODUCT_PACKAGES += \ charger \ cmd \ com.android.location.provider \ + com.android.tzdata \ ContactsProvider \ content \ crash_dump \