diff options
| author | Arve Hjønnevåg <arve@android.com> | 2009-09-17 17:30:55 -0700 |
|---|---|---|
| committer | Arve Hjønnevåg <arve@android.com> | 2009-10-01 17:40:33 -0700 |
| commit | 7c953d04bcc9070a1bce171e979c5201dd39325b (patch) | |
| tree | dd4d20b6d2185699cb9f5c3e9130f6c679cd03f3 /toolbox/Android.mk | |
| parent | 73ad75041535a21b236f799732b09c31478377cb (diff) | |
| download | system_core-7c953d04bcc9070a1bce171e979c5201dd39325b.tar.gz system_core-7c953d04bcc9070a1bce171e979c5201dd39325b.tar.bz2 system_core-7c953d04bcc9070a1bce171e979c5201dd39325b.zip | |
toolbox: Add nandread command
Extracts a nand image from an mtd partition with page data followed by
64 bytes of extra data.
Diffstat (limited to 'toolbox/Android.mk')
| -rw-r--r-- | toolbox/Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolbox/Android.mk b/toolbox/Android.mk index 70b13dcb..122a5445 100644 --- a/toolbox/Android.mk +++ b/toolbox/Android.mk @@ -50,7 +50,8 @@ TOOLS := \ top \ iftop \ id \ - vmstat + vmstat \ + nandread LOCAL_SRC_FILES:= \ toolbox.c \ |
