aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 240292a9bc..a9c0e5b8fc 100644
--- a/Android.mk
+++ b/Android.mk
@@ -599,6 +599,10 @@ LOCAL_SRC_FILES += src/views/SkTextBox.cpp
LOCAL_C_INCLUDES += $(LOCAL_PATH)/include/views
endif
+# The setConfig backcompat needs the legacy setConfig support
+# TODO: ifdef the backcompat setConfig function under the same ifdef
+LOCAL_CFLAGS += -DSK_SUPPORT_LEGACY_SETCONFIG
+
# Add SFTNLY support for PDF (which in turns depends on ICU)
LOCAL_C_INCLUDES += external/sfntly/cpp/src
LOCAL_STATIC_LIBRARIES += libsfntly