forked from openkylin/platform_build
Add 'dmctl' to default debug utilities.
dmctl can list all device mapper targets and their tables which is extremely useful information for a bugreport. Especially to compare the device mapper setup with the partition metadata. Bug: 120916687 Test: 'dmctl list device -v' Change-Id: I9e3afcf146b2814b0304f69cdf6029303beb57c7 Signed-off-by: Sandeep Patil <sspatil@google.com>
This commit is contained in:
parent
cd38d36028
commit
b3899c7a10
|
@ -64,6 +64,7 @@ PRODUCT_PACKAGES += \
|
|||
debuggerd\
|
||||
DefaultContainerService \
|
||||
device_config \
|
||||
dmctl \
|
||||
dnsmasq \
|
||||
DownloadProvider \
|
||||
dpm \
|
||||
|
|
Loading…
Reference in New Issue