Define SK_OVERRIDE when building for Android framework.

Review URL: https://codereview.chromium.org/868243003
This commit is contained in:
scroggo 2015-01-30 06:19:44 -08:00 committed by Commit bot
parent f4ee92eebd
commit 803a49dfcf

View File

@ -407,6 +407,7 @@
# We can't use the skia_shared_library gyp setting because we need expose
# this define globally and the the implemention define as a cflag.
'SKIA_DLL',
'SK_OVERRIDE override',
# Defines from skia_for_android_framework_defines.gypi
'<@(skia_for_android_framework_defines)',
],