History log of /frameworks/base/cmds/screencap/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cfedceb8c180a2e176154d461659e0c3569dc931 01-Oct-2014 Andreas Gampe <agampe@google.com> Frameworks/base: Turn on -Wall -Werror in cmds

Fix small warnings, turn on -Wall -Werror.

Change-Id: Iab1f01a7c7ebd6ba832b75067c5e395f380a1b8b
/frameworks/base/cmds/screencap/Android.mk
950fe8f8d4d654e645fa7205ca275b5a03feb214 27-Feb-2014 Derek Sollenberger <djsollen@google.com> Cleanup unnecessary includes for libskia.

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
/frameworks/base/cmds/screencap/Android.mk
c59b2f9a774c024fe8c893d956cd2749a6bd2673 24-Oct-2012 Mike Lockwood <lockwood@google.com> More changes to fix PDK build:

move screencap back to frameworks/base
move libdiskusage to frameworks/native

Change-Id: I8abe425c4bbf305bbe8650094c40c16df8c6d5e4
/frameworks/base/cmds/screencap/Android.mk
6931061de6471e598d36e6c101ce9bb95036a80c 24-Oct-2012 Mike Lockwood <lockwood@google.com> Move non-Java commands to frameworks/native

Change-Id: Id77c2cecb27cec500dfe066e4430f9e67802a433
Signed-off-by: Mike Lockwood <lockwood@google.com>
/frameworks/base/cmds/screencap/Android.mk
696257ccf315a1da042787c5b2d1f80c7146fc94 26-Mar-2011 Mathias Agopian <mathias@google.com> merge libsurfaceflinger_client into libgui

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
/frameworks/base/cmds/screencap/Android.mk
5cff0630eb970faf1682095ca434b204628b4d62 04-Dec-2010 Joe Onorato <joeo@google.com> make screencap able to save pngs.

Change-Id: Idf3542ff05670bc872bd91770810ed775266514f
/frameworks/base/cmds/screencap/Android.mk
88a5df93668cb2079d10fd55de25a333f5f43842 27-Sep-2010 Mathias Agopian <mathias@google.com> new screencap command

this captures the framebuffer via surfaceflinger APIs and outputs
it to stdout. this is intended to be used by adbd.

Change-Id: I0cfa6a47ec121edcd93f46b64870f9a553f653ff
/frameworks/base/cmds/screencap/Android.mk