diff options
| author | XpLoDWilD <me@xplod.fr> | 2014-11-06 09:58:00 +0000 |
|---|---|---|
| committer | LorDClockaN <davor@losinj.com> | 2014-11-08 13:59:33 +0100 |
| commit | 9ac85a3f4790220b61e1ffaca4f129eaf6e7134d (patch) | |
| tree | 6342b4c830a0fb7e44b685168c35e4ffa3838a00 | |
| parent | 2df2c985a3e00335ba57a5187731dbf0dc038473 (diff) | |
Android.mk: Enable SK_SUPPORT_LEGACY_SETCONFIGlp5.0
It is needed by a legacy function, which should be ifdeffed to (which device is it?)
Change-Id: I298b9d33df3a68c3a30c366600e56d3a24deb4f4
| -rw-r--r-- | Android.mk | 4 |
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 |
