tv.input: add android.hardware.tv.input@1.0-impl

Test: end-to-end test with SW hal implementation
Bug: 32096101
Change-Id: I65b9130e1e05d30ef7c93cfc2a05d95cd5266e46
diff --git a/device.mk b/device.mk
index eec64cf..e583706 100644
--- a/device.mk
+++ b/device.mk
@@ -260,6 +260,10 @@
 PRODUCT_PACKAGES += \
     power.fugu
 
+# TV Input HAL
+PRODUCT_PACKAGES += \
+    android.hardware.tv.input@1.0-impl
+
 # Debug rc files
 ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
 PRODUCT_COPY_FILES += \