summaryrefslogtreecommitdiffstats
path: root/products/atv_generic.mk
diff options
context:
space:
mode:
authorJi-Hwan Lee <jihwan@google.com>2014-05-08 15:59:52 +0900
committerJi-Hwan Lee <jihwan@google.com>2014-05-08 15:59:52 +0900
commit0a4735560f43e50e81a7649a3fdda3f45240a375 (patch)
treefab645a61b6f20cada8a717198b4b9036b6b3454 /products/atv_generic.mk
parentb5a84416da3dd4b857558f87488963112533da25 (diff)
downloadandroid_device_google_atv-0a4735560f43e50e81a7649a3fdda3f45240a375.tar.gz
android_device_google_atv-0a4735560f43e50e81a7649a3fdda3f45240a375.tar.bz2
android_device_google_atv-0a4735560f43e50e81a7649a3fdda3f45240a375.zip
Add TV related packages to userdebug and eng build
Also, adjust packages according to recent changes in build/target/product. Change-Id: Ia097b5abf2d7bca1f32c3382e3e380ff05d929e8
Diffstat (limited to 'products/atv_generic.mk')
-rw-r--r--products/atv_generic.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/products/atv_generic.mk b/products/atv_generic.mk
index 0971ebc..f7794f5 100644
--- a/products/atv_generic.mk
+++ b/products/atv_generic.mk
@@ -14,6 +14,10 @@
# limitations under the License.
#
+PRODUCT_PACKAGES_DEBUG := \
+ AtscTvInput \
+ SampleTvInput
+
PRODUCT_COPY_FILES := \
$(foreach f,$(wildcard device/google/atv/skins/AndroidTV/*),$(f):skin/$(notdir $(f)))