From 950fe8f8d4d654e645fa7205ca275b5a03feb214 Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Thu, 27 Feb 2014 11:14:55 -0500 Subject: 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 --- native/graphics/jni/Android.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'native') 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 -- cgit v1.1