diff options
author | Derek Sollenberger <djsollen@google.com> | 2014-02-27 11:14:55 -0500 |
---|---|---|
committer | Derek Sollenberger <djsollen@google.com> | 2014-02-27 16:21:24 +0000 |
commit | 950fe8f8d4d654e645fa7205ca275b5a03feb214 (patch) | |
tree | 4a4e2dfd3f32ebdaf2b57835c19e42afa7f9ee5d /native | |
parent | 94b5ca811e5716bddb4a4d86df35c29bb9165e5f (diff) | |
download | frameworks_base-950fe8f8d4d654e645fa7205ca275b5a03feb214.zip frameworks_base-950fe8f8d4d654e645fa7205ca275b5a03feb214.tar.gz frameworks_base-950fe8f8d4d654e645fa7205ca275b5a03feb214.tar.bz2 |
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 'native')
-rw-r--r-- | native/graphics/jni/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/native/graphics/jni/Android.mk b/native/graphics/jni/Android.mk index 8b333e7..3154030 100644 --- a/native/graphics/jni/Android.mk +++ b/native/graphics/jni/Android.mk @@ -23,7 +23,6 @@ LOCAL_SHARED_LIBRARIES := \ libskia LOCAL_C_INCLUDES += \ - external/skia/include/core \ frameworks/base/native/include \ frameworks/base/core/jni/android/graphics |