summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ho <justinho@google.com>2012-01-09 07:51:28 -0800
committerJustin Ho <justinho@google.com>2012-01-09 07:51:28 -0800
commit2e1da8ee1d626799b60247f778ce4d0d8b54c43f (patch)
treeff10e34085f60830580905e163693549e7407cee
parentc35cb71bb0a820f2434b913ce63296dc4871d9a7 (diff)
downloadwingray-2e1da8ee1d626799b60247f778ce4d0d8b54c43f.tar.gz
Add bugmailer for all wingray variants
Change-Id: If8e56b1746af32054fb2e6bf828ee5cf3248cd0d
-rw-r--r--device_base.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/device_base.mk b/device_base.mk
index f4104ba..485ace9 100644
--- a/device_base.mk
+++ b/device_base.mk
@@ -95,6 +95,12 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
system/bluetooth/data/main.nonsmartphone.conf:system/etc/bluetooth/main.conf \
+# for bugreport, with screen capture, and send mail intent
+PRODUCT_PACKAGES += send_bug
+PRODUCT_COPY_FILES += \
+ system/extras/bugmailer/bugmailer.sh:system/bin/bugmailer.sh \
+ system/extras/bugmailer/send_bug:system/bin/send_bug
+
# inherit from the non-open-source side, if present
ifneq ($(filter trygon trygon_l10n calgon full_stingray tyranid stingray,$(TARGET_PRODUCT)),)
$(call inherit-product-if-exists, vendor/moto/stingray/stingray-vendor.mk)