Get the local time zone into an emulated Android TV

The emulator uses a telephony modem command to tell a
device the local time zone. Android TV did not listen
to this interface.

This changes pulls some code into ATV that allows it to
receive this message and have the correct local time.

http://b/28949544

Change-Id: I13d61066bb6d817b22f25dd2e0f04e4c120560de
diff --git a/products/atv_base.mk b/products/atv_base.mk
index db8bc44..8d69b13 100644
--- a/products/atv_base.mk
+++ b/products/atv_base.mk
@@ -127,4 +127,4 @@
 $(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk)
 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
-$(call inherit-product, $(SRC_TARGET_DIR)/product/core_minimal.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)