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 /toolbox | |
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 'toolbox')
-rw-r--r-- | toolbox/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbox/Android.mk b/toolbox/Android.mk index 2154479a4..5699aa5c8 100644 --- a/toolbox/Android.mk +++ b/toolbox/Android.mk @@ -1,7 +1,7 @@ LOCAL_PATH:= system/core/toolbox/ -ifeq ($(PLATFORM_VERSION), 5.0) +ifeq ($(PLATFORM_VERSION), 5.0.1) # Rule for lollipop common_cflags := \ |