diff options
author | Ji-Hwan Lee <jihwan@google.com> | 2014-06-18 22:48:59 +0900 |
---|---|---|
committer | Ji-Hwan Lee <jihwan@google.com> | 2014-06-18 22:48:59 +0900 |
commit | 02b984a82641b47f0192890d6184feac21aaf510 (patch) | |
tree | 1524e0ea6833abef60c594f28b1a7834ea1905bf | |
parent | 37970d11ca6fa3766ff159fedac93cd85180fc76 (diff) | |
download | android_device_google_atv-02b984a82641b47f0192890d6184feac21aaf510.tar.gz android_device_google_atv-02b984a82641b47f0192890d6184feac21aaf510.tar.bz2 android_device_google_atv-02b984a82641b47f0192890d6184feac21aaf510.zip |
Add apns-conf.xml to ATV SDK targets
Bug: 14282591
Change-Id: I86c25ad3feb03ecb348ce276a209384f966a3efe
-rw-r--r-- | products/atv_sdk.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/products/atv_sdk.mk b/products/atv_sdk.mk index 0004cda..d43ab98 100644 --- a/products/atv_sdk.mk +++ b/products/atv_sdk.mk @@ -25,6 +25,7 @@ DEVICE_PACKAGE_OVERLAYS := \ development/sdk_overlay PRODUCT_COPY_FILES := \ + device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ |