Add strace back onto userdebug builds

Blueprint stopped supporting the "debug" tag, per dwillemsen

Change-Id: I6c206e058ce32cbea3fd8ae922ac1ba5a0598410
This commit is contained in:
Zach Riggle 2017-10-17 13:50:16 -05:00
parent 58cd98dc47
commit 7d1f81a048
1 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,8 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES_DEBUG := \
logpersist.start \
perfprofd \
sqlite3
sqlite3 \
strace
PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\
frameworks/base/config/preloaded-classes:system/etc/preloaded-classes)