Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: Android.mk

Issue 164793002: Small fixes for auto generating Android.mk (Closed) Base URL: https://skia.googlesource.com/skia.git@skia_android_framework
Patch Set: Re upload Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gyp/common_conditions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Android.mk
diff --git a/Android.mk b/Android.mk
index 54b630ea6e590d864e89fc111eaa9846ac92be12..005f04e68e7641f0ab9fe009b75a654d47a4420f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -58,7 +58,6 @@ LOCAL_CFLAGS += \
-Winit-self \
-Wpointer-arith \
-Wno-unused-parameter \
- -Wno-c++11-extensions \
scroggo 2014/02/13 21:26:14 This isn't checked in, but I tracked a branch that
-U_FORTIFY_SOURCE \
-D_FORTIFY_SOURCE=1 \
-fuse-ld=gold \
@@ -78,7 +77,6 @@ LOCAL_CFLAGS += \
-DSK_BUILD_FOR_ANDROID \
-DSK_FONTHOST_DOES_NOT_USE_FONTMGR \
-DSK_USE_POSIX_THREADS \
- -DGR_CHROME_UTILS=1 \
-DSK_SUPPORT_PDF
LOCAL_CPPFLAGS := \
@@ -514,7 +512,6 @@ LOCAL_SRC_FILES := \
src/gpu/gl/debug/SkDebugGLContext.cpp \
src/gpu/gl/GrGLCreateNullInterface.cpp \
src/gpu/gl/SkNullGLContext.cpp \
- ../experimental/ChromeUtils/SkBorder.cpp \
src/core/SkFlate.cpp
LOCAL_SHARED_LIBRARIES := \
« no previous file with comments | « no previous file | gyp/common_conditions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698