Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47982959 authored by Ying Wang's avatar Ying Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix proguard flags."

parents 4032c24b 2ae457fc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,5 +17,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := android-common

#LOCAL_SDK_VERSION := current

LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags

include $(BUILD_PACKAGE)
include $(LOCAL_PATH)/dictionary/Android.mk

proguard.flags

0 → 100644
+3 −0
Original line number Diff line number Diff line
-keep class com.android.inputmethod.latin.BinaryDictionary {
  int mDictLength;
}