• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_USE_DYNAMIC_PARTITIONS := true
20
21PRODUCT_PACKAGES := \
22    LeanbackSampleApp \
23    TelephonyProvider \
24    SdkSetup \
25    audio.primary.goldfish \
26    rild
27
28DEVICE_PACKAGE_OVERLAYS := \
29    device/google/atv/sdk_overlay \
30    development/sdk_overlay
31
32PRODUCT_COPY_FILES := \
33    device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
34    device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml \
35    frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \
36    frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
37    frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \
38    frameworks/av/media/libstagefright/data/media_codecs_google_tv.xml:system/etc/media_codecs_google_tv.xml \
39    frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \
40    hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
41
42# Put en_US first in the list, so make it default.
43PRODUCT_LOCALES := en_US
44
45# Include drawables for various densities.
46PRODUCT_AAPT_CONFIG := normal large xlarge tvdpi hdpi xhdpi xxhdpi
47
48# Add TV skins to SDK, in addition to (not replacing) original SDK tree
49PRODUCT_SDK_ATREE_FILES := \
50    development/build/sdk.atree \
51    device/google/atv/sdk/atv_sdk.atree
52
53# Define the host tools and libs that are parts of the SDK.
54-include sdk/build/product_sdk.mk
55-include development/build/product_sdk.mk
56
57include $(SRC_TARGET_DIR)/product/emulator.mk
58
59$(call inherit-product, device/google/atv/products/atv_base.mk)
60
61# Overrides
62PRODUCT_NAME := sdk_atv_armv7
63PRODUCT_DEVICE := generic
64PRODUCT_BRAND := google
65