summaryrefslogtreecommitdiffstats
path: root/cmds/screencap/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Frameworks/base: Turn on -Wall -Werror in cmdsAndreas Gampe2014-11-071-5/+7
| | | | | | Fix small warnings, turn on -Wall -Werror. Change-Id: Iab1f01a7c7ebd6ba832b75067c5e395f380a1b8b
* Cleanup unnecessary includes for libskia.Derek Sollenberger2014-02-271-7/+0
| | | | | | | The libskia target exports all of its public includes directories so redefining them here is redundant. Also this cleans up and makes it obvious where the framework is making using of private Skia headers. Change-Id: Ie7ecc9ddd3df780bed6b9af54ba58ca58274e043
* More changes to fix PDK build:Mike Lockwood2012-10-241-0/+26
| | | | | | | move screencap back to frameworks/base move libdiskusage to frameworks/native Change-Id: I8abe425c4bbf305bbe8650094c40c16df8c6d5e4
* Move non-Java commands to frameworks/nativeMike Lockwood2012-10-241-26/+0
| | | | | Change-Id: Id77c2cecb27cec500dfe066e4430f9e67802a433 Signed-off-by: Mike Lockwood <lockwood@google.com>
* merge libsurfaceflinger_client into libguiMathias Agopian2011-03-251-1/+1
| | | | | | | | | | | | this is the first step in unifying surfacetexture and surface. for this reason the header files were not moved, as most of them will eventually go away. NOTE: currently we keep libsurfaceflinger_client.so as an empty library to workaround prebuilt binaries wrongly linking against it. Change-Id: I130f0de2428e8579033dc41394d093f4e1431a00
* make screencap able to save pngs.Joe Onorato2010-12-031-0/+8
| | | | Change-Id: Idf3542ff05670bc872bd91770810ed775266514f
* new screencap commandMathias Agopian2010-09-261-0/+18
this captures the framebuffer via surfaceflinger APIs and outputs it to stdout. this is intended to be used by adbd. Change-Id: I0cfa6a47ec121edcd93f46b64870f9a553f653ff