summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-06-07 16:31:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-07 16:31:20 -0700
commit572c8876b484135481071378733e7df3935e587b (patch)
tree8d40f213933b4c6ba79543a76bde37e0b05c9428
parentd8f0c89cc36bfc0952c21cd67fcd4c185334a132 (diff)
parentb13767a8224ce6c8b65bd9908ffb371e3adcd970 (diff)
downloadwingray-572c8876b484135481071378733e7df3935e587b.tar.gz
am b13767a8: fix for wingray PDK build
* commit 'b13767a8224ce6c8b65bd9908ffb371e3adcd970': fix for wingray PDK build
-rw-r--r--device_base.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device_base.mk b/device_base.mk
index a6b5ba3..8d09cc8 100644
--- a/device_base.mk
+++ b/device_base.mk
@@ -60,7 +60,7 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
frameworks/native/data/etc/android.hardware.usb.host.xml:system/etc/permissions/android.hardware.usb.host.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
- packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml
+ $(call add-to-product-copy-files-if-exists,packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml)
PRODUCT_COPY_FILES += \
device/moto/wingray/vold.fstab:system/etc/vold.fstab \