summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-06-07 12:32:04 -0700
committerKeun young Park <keunyoung@google.com>2012-06-07 12:32:49 -0700
commitb13767a8224ce6c8b65bd9908ffb371e3adcd970 (patch)
tree9411a405d93822c599d2c0ba34ef8dd64bf35911
parent45af6f39e12f3c1db69e307f95a3b6d1ec4e25a8 (diff)
downloadwingray-b13767a8224ce6c8b65bd9908ffb371e3adcd970.tar.gz
fix for wingray PDK build
Change-Id: I5f29e7a252d27c41dd62ceb930b791d45be41763
-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 \