1# 2# Copyright (C) 2014 The Android Open Source Project 3# 4# Licensed under the Apache License, Version 2.0 (the "License"); 5# you may not use this file except in compliance with the License. 6# You may obtain a copy of the License at 7# 8# http://www.apache.org/licenses/LICENSE-2.0 9# 10# Unless required by applicable law or agreed to in writing, software 11# distributed under the License is distributed on an "AS IS" BASIS, 12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13# See the License for the specific language governing permissions and 14# limitations under the License. 15# 16 17PRODUCT_IS_ATV_SDK := true 18 19PRODUCT_PACKAGES := \ 20 LeanbackSampleApp \ 21 TelephonyProvider \ 22 SdkSetup \ 23 audio.primary.goldfish \ 24 rild 25 26DEVICE_PACKAGE_OVERLAYS := \ 27 device/google/atv/sdk_overlay \ 28 development/sdk_overlay 29 30PRODUCT_COPY_FILES := \ 31 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ 32 device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml \ 33 frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ 34 frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \ 35 frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \ 36 frameworks/av/media/libstagefright/data/media_codecs_google_tv.xml:system/etc/media_codecs_google_tv.xml \ 37 frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ 38 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf 39 40# Put en_US first in the list, so make it default. 41PRODUCT_LOCALES := en_US 42 43# Include drawables for various densities. 44PRODUCT_AAPT_CONFIG := normal large xlarge tvdpi hdpi xhdpi xxhdpi 45 46# Add TV skins to SDK, in addition to (not replacing) original SDK tree 47PRODUCT_SDK_ATREE_FILES := \ 48 development/build/sdk.atree \ 49 device/google/atv/sdk/atv_sdk.atree 50 51# Define the host tools and libs that are parts of the SDK. 52-include sdk/build/product_sdk.mk 53-include development/build/product_sdk.mk 54 55include $(SRC_TARGET_DIR)/product/emulator.mk 56 57$(call inherit-product, device/google/atv/products/atv_base.mk) 58 59# Overrides 60PRODUCT_NAME := sdk_atv_armv7 61PRODUCT_DEVICE := generic 62PRODUCT_BRAND := google 63