forked from openkylin/platform_build
Add micro_bench to PRODUCT_PACKAGES_DEBUG
It's been converted to Soong, so can no longer use LOCAL_MODULE_TAGS. It appears that some of the test runners expect to have it pre-installed. Test: m; see it installed. Change-Id: I189c9bbc2f2add90ac4f6841f4bf13852e4d579f
This commit is contained in:
parent
d744f8cc8e
commit
a362bf4e20
|
@ -153,6 +153,7 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES_DEBUG := \
|
||||
iotop \
|
||||
logpersist.start \
|
||||
micro_bench \
|
||||
perfprofd \
|
||||
sqlite3 \
|
||||
strace
|
||||
|
|
Loading…
Reference in New Issue