Use LiveTv in emulator

Bug: 27503653
Change-Id: I70d4376a3a7b7d58243c814f3757e23fbba34b52
diff --git a/products/atv_base.mk b/products/atv_base.mk
index 471a596..892098d 100644
--- a/products/atv_base.mk
+++ b/products/atv_base.mk
@@ -99,7 +99,12 @@
 # has the pre-installed Live Channels app. This is necessary for the Play Store
 # to identify the compatible devices that can install later updates of the app.
 ifneq ($(USE_OEM_TV_APP),true)
-    PRODUCT_PACKAGES += TV
+    ifneq ($(PRODUCT_IS_ATV_SDK),true)
+        PRODUCT_PACKAGES += TV
+    else
+        PRODUCT_PACKAGES += LiveTv
+    endif # if PRODUCT_IS_ATV_SDK
+
     PRODUCT_COPY_FILES += \
         device/google/atv/permissions/com.google.android.tv.installed.xml:system/etc/permissions/com.google.android.tv.installed.xml
 endif