summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAgontuk <rifat662@gmail.com>2015-04-22 10:42:59 +0200
committerDees Troy <dees_troy@teamw.in>2015-06-01 02:56:19 +0200
commita29361a8e6c20189c6918e1f2a749102845e3145 (patch)
treef195a9a6ee0aa18d156c160208132ddbacd66d52 /Android.mk
parentFix unable to uncheck the mount read only check box (diff)
downloadandroid_bootable_recovery-a29361a8e6c20189c6918e1f2a749102845e3145.tar
android_bootable_recovery-a29361a8e6c20189c6918e1f2a749102845e3145.tar.gz
android_bootable_recovery-a29361a8e6c20189c6918e1f2a749102845e3145.tar.bz2
android_bootable_recovery-a29361a8e6c20189c6918e1f2a749102845e3145.tar.lz
android_bootable_recovery-a29361a8e6c20189c6918e1f2a749102845e3145.tar.xz
android_bootable_recovery-a29361a8e6c20189c6918e1f2a749102845e3145.tar.zst
android_bootable_recovery-a29361a8e6c20189c6918e1f2a749102845e3145.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 3ff920997..0f923a8cb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -290,9 +290,6 @@ endif
ifneq ($(TW_CUSTOM_CPU_TEMP_PATH),)
LOCAL_CFLAGS += -DTW_CUSTOM_CPU_TEMP_PATH=$(TW_CUSTOM_CPU_TEMP_PATH)
endif
-ifneq ($(TW_NO_CPU_TEMP),)
- LOCAL_CFLAGS += -DTW_NO_CPU_TEMP=$(TW_NO_CPU_TEMP)
-endif
ifneq ($(TW_EXCLUDE_ENCRYPTED_BACKUPS), true)
LOCAL_SHARED_LIBRARIES += libopenaes
else