OSDN Git Service

Allow BoardConfig.mk to define an extension to dumpstate
authorColin Cross <ccross@android.com>
Mon, 18 Jul 2011 23:56:35 +0000 (16:56 -0700)
committerColin Cross <ccross@android.com>
Tue, 19 Jul 2011 00:30:13 +0000 (17:30 -0700)
commit1e9f56cf9e3921c3cb74787a700cb165f2f2e26a
tree7ecef5e26806203493d8e35b0d4aa5ccd9fec106
parent3ad4d3ce01f173e80e0ebb751c4a8913aef5648a
Allow BoardConfig.mk to define an extension to dumpstate

If BoardConfig.mk defines BOARD_LIB_DUMPSTATE, link to that library
and call dumpstate_board(), which can dump debugging information that
only make senses on one device.

Change-Id: I2c5006a1a04b02cf26fd73575047ac176f222616
cmds/dumpstate/Android.mk
cmds/dumpstate/dumpstate.c
cmds/dumpstate/dumpstate.h