From aeaf4c240779447fb0e59f95b05d1e823491ba75 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Fri, 4 May 2018 18:52:18 -0700 Subject: [PATCH] Add iotop to PRODUCT_PACKAGES_DEBUG This was previously marked as LOCAL_MODULE_TAGS := debug, and is used from dumpstate. Test: iotop is still installed after remove the debug tag Change-Id: I685456f52403a2d5c6fbbff1429c6af422ce26df --- target/product/base.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/base.mk b/target/product/base.mk index e778e767f3..919c16d07c 100644 --- a/target/product/base.mk +++ b/target/product/base.mk @@ -151,6 +151,7 @@ PRODUCT_PACKAGES += \ # Packages included only for eng or userdebug builds, previously debug tagged PRODUCT_PACKAGES_DEBUG := \ + iotop \ logpersist.start \ perfprofd \ sqlite3 \