diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2016-08-25 22:49:19 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2016-08-25 22:49:40 +0200 |
commit | df681841e30ada98db99ad472f64ac9af1f25be2 (patch) | |
tree | a2d1123ef22d0dc14eb69cec8958f3a1026790cc | |
parent | Make it backwards compatible with 4.4 (diff) | |
download | android_bootable_recovery-df681841e30ada98db99ad472f64ac9af1f25be2.tar android_bootable_recovery-df681841e30ada98db99ad472f64ac9af1f25be2.tar.gz android_bootable_recovery-df681841e30ada98db99ad472f64ac9af1f25be2.tar.bz2 android_bootable_recovery-df681841e30ada98db99ad472f64ac9af1f25be2.tar.lz android_bootable_recovery-df681841e30ada98db99ad472f64ac9af1f25be2.tar.xz android_bootable_recovery-df681841e30ada98db99ad472f64ac9af1f25be2.tar.zst android_bootable_recovery-df681841e30ada98db99ad472f64ac9af1f25be2.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index a6fe2a4d7..c28426aa6 100644 --- a/Android.mk +++ b/Android.mk @@ -544,7 +544,7 @@ LOCAL_CFLAGS += -D_XOPEN_SOURCE -D_GNU_SOURCE LOCAL_MODULE_TAGS := optional LOCAL_MODULE := libfusesideload LOCAL_SHARED_LIBRARIES := libcutils libc -ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 22; echo $$?),0) +ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23; echo $$?),0) LOCAL_C_INCLUDES := $(LOCAL_PATH)/libmincrypt/includes LOCAL_SHARED_LIBRARIES += libmincrypttwrp LOCAL_CFLAGS += -DUSE_MINCRYPT |