diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-09-11 16:27:01 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-09-11 16:27:49 +0200 |
commit | fdf5fcc34416ff1d859acec2a61780bd8f13ece5 (patch) | |
tree | 82d22873ff53679f595cd58f4a8428f561692e31 /Android.mk | |
parent | Zip install works again (diff) | |
download | android_bootable_recovery-fdf5fcc34416ff1d859acec2a61780bd8f13ece5.tar android_bootable_recovery-fdf5fcc34416ff1d859acec2a61780bd8f13ece5.tar.gz android_bootable_recovery-fdf5fcc34416ff1d859acec2a61780bd8f13ece5.tar.bz2 android_bootable_recovery-fdf5fcc34416ff1d859acec2a61780bd8f13ece5.tar.lz android_bootable_recovery-fdf5fcc34416ff1d859acec2a61780bd8f13ece5.tar.xz android_bootable_recovery-fdf5fcc34416ff1d859acec2a61780bd8f13ece5.tar.zst android_bootable_recovery-fdf5fcc34416ff1d859acec2a61780bd8f13ece5.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index d24edcfff..c8f453a79 100644 --- a/Android.mk +++ b/Android.mk @@ -182,6 +182,9 @@ endif ifeq ($(TW_SDEXT_NO_EXT4), true) LOCAL_CFLAGS += -DTW_SDEXT_NO_EXT4 endif +ifeq ($(TW_FORCE_CPUINFO_FOR_DEVICE_ID), true) + LOCAL_CFLAGS += -DTW_FORCE_CPUINFO_FOR_DEVICE_ID +endif ifeq ($(TW_INCLUDE_CRYPTO), true) LOCAL_CFLAGS += -DTW_INCLUDE_CRYPTO LOCAL_CFLAGS += -DCRYPTO_FS_TYPE=\"$(TW_CRYPTO_FS_TYPE)\" |