summaryrefslogtreecommitdiffstats
path: root/cmds/screenshot
Commit message (Collapse)AuthorAgeFilesLines
* Remove "screenshot"Andy McFadden2014-03-112-183/+0
| | | | | | | | | This is the old screenshot utility, which relies on direct access to the framebuffer device. It was replaced a long time ago by "screencap", which talks to SurfaceFlinger (and includes a fallback that tries to use the FB dev). Change-Id: Id75a574bc78033761070b64d528fed06e23a0189
* Fix libpng includesJohn Reck2013-08-132-2/+2
| | | | | | | png.h now includes pnglibconf.h update the include path so it can find it Change-Id: I594f1613e42405072029ae4cd7f9f8d0e03b2434
* Add liblogYing Wang2013-04-091-1/+1
| | | | | Bug: 8580410 Change-Id: I2ca4fa00dde0b574df3619134836bcb9315bd506
* Move non-Java commands over from frameworks/baseMike Lockwood2012-10-242-0/+183
Change-Id: I0571813c1cfcf66abd36eb9f178fc49b618e88a6 Signed-off-by: Mike Lockwood <lockwood@google.com>