Move AudioTv from atv_system to atv_product.

The TV audio files are installed to /product. So the makefile should be
in atv_product.

BUG: 148693683
Test: Build GSI and check audio file location.
Change-Id: If2aa63f19029c00dca90235ea891cd15f3ea1a4c
diff --git a/products/atv_product.mk b/products/atv_product.mk
index 5946c92..9956bbb 100644
--- a/products/atv_product.mk
+++ b/products/atv_product.mk
@@ -17,6 +17,8 @@
 # a generic TV device.
 $(call inherit-product, $(SRC_TARGET_DIR)/product/media_product.mk)
 
+$(call inherit-product-if-exists, frameworks/base/data/sounds/AudioTv.mk)
+
 PRODUCT_PACKAGES += \
     SettingsIntelligence \
     SystemUI \
diff --git a/products/atv_system.mk b/products/atv_system.mk
index 237e493..78255df 100644
--- a/products/atv_system.mk
+++ b/products/atv_system.mk
@@ -17,7 +17,6 @@
 # a generic TV device.
 $(call inherit-product, $(SRC_TARGET_DIR)/product/media_system.mk)
 
-$(call inherit-product-if-exists, frameworks/base/data/sounds/AudioTv.mk)
 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
 $(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk)