diff options
author | erikcas <erikcas1972@gmail.com> | 2014-12-03 15:41:38 +0100 |
---|---|---|
committer | erikcas <erikcas1972@gmail.com> | 2014-12-03 16:05:35 +0100 |
commit | 1db013bf283c66e89b029cdcfabf27c70b095620 (patch) | |
tree | 5b4eeeb18a35074735437ab72da91329d1cf74fb /gui | |
parent | Make the android-5.0 branch compile in 4.4 to 4.1 (diff) | |
download | android_bootable_recovery-1db013bf283c66e89b029cdcfabf27c70b095620.tar android_bootable_recovery-1db013bf283c66e89b029cdcfabf27c70b095620.tar.gz android_bootable_recovery-1db013bf283c66e89b029cdcfabf27c70b095620.tar.bz2 android_bootable_recovery-1db013bf283c66e89b029cdcfabf27c70b095620.tar.lz android_bootable_recovery-1db013bf283c66e89b029cdcfabf27c70b095620.tar.xz android_bootable_recovery-1db013bf283c66e89b029cdcfabf27c70b095620.tar.zst android_bootable_recovery-1db013bf283c66e89b029cdcfabf27c70b095620.zip |
Diffstat (limited to '')
-rw-r--r-- | gui/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/Android.mk b/gui/Android.mk index 15a27a204..3502ba95d 100644 --- a/gui/Android.mk +++ b/gui/Android.mk @@ -82,7 +82,7 @@ ifeq ($(TW_CUSTOM_THEME),) endif # Auto filled build flag -ifeq ($(PLATFORM_VERSION), 5.0) +ifeq ($(PLATFORM_VERSION), 5.0.1) LOCAL_CFLAGS += -DANDROID_VERSION=5 endif |