Add strace back onto userdebug builds
Blueprint stopped supporting the "debug" tag, per dwillemsen Change-Id: I6c206e058ce32cbea3fd8ae922ac1ba5a0598410
This commit is contained in:
parent
58cd98dc47
commit
7d1f81a048
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue