summaryrefslogtreecommitdiff
path: root/cmds/screencap
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2014-02-27 11:14:55 -0500
committerDerek Sollenberger <djsollen@google.com>2014-02-27 16:21:24 +0000
commit950fe8f8d4d654e645fa7205ca275b5a03feb214 (patch)
tree4a4e2dfd3f32ebdaf2b57835c19e42afa7f9ee5d /cmds/screencap
parent94b5ca811e5716bddb4a4d86df35c29bb9165e5f (diff)
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
Diffstat (limited to 'cmds/screencap')
-rw-r--r--cmds/screencap/Android.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/cmds/screencap/Android.mk b/cmds/screencap/Android.mk
index ca8008bdba31..5c11b7546f84 100644
--- a/cmds/screencap/Android.mk
+++ b/cmds/screencap/Android.mk
@@ -16,11 +16,4 @@ LOCAL_MODULE:= screencap
LOCAL_MODULE_TAGS := optional
-LOCAL_C_INCLUDES += \
- external/skia/include/core \
- external/skia/include/effects \
- external/skia/include/images \
- external/skia/src/ports \
- external/skia/include/utils
-
include $(BUILD_EXECUTABLE)