diff options
-rw-r--r-- | cm/res/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cm/res/Android.mk b/cm/res/Android.mk index 476e950..5cad69f 100644 --- a/cm/res/Android.mk +++ b/cm/res/Android.mk @@ -26,7 +26,7 @@ LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, res) # since these resources will be used by many apps. # 0x3f/one less than app id -LOCAL_AAPT_FLAGS += -x +LOCAL_AAPT_FLAGS += -x 63 LOCAL_MODULE_TAGS := optional |