Activate the implementation for the new dictionary format.

Bug: 4392433
Change-Id: I20b05d012b1fb193002312792d0309d36c89d16a
diff --git a/native/Android.mk b/native/Android.mk
index c221913..fc6f196 100644
--- a/native/Android.mk
+++ b/native/Android.mk
@@ -8,6 +8,9 @@
 # To suppress compiler warnings for unused variables/functions used for debug features etc.
 LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-function
 
+# Use the new dictionary format
+LOCAL_CFLAGS += -DNEW_DICTIONARY_FORMAT
+
 LOCAL_SRC_FILES := \
     jni/com_android_inputmethod_keyboard_ProximityInfo.cpp \
     jni/com_android_inputmethod_latin_BinaryDictionary.cpp \