summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-08-11 15:32:44 +0200
committerGerrit Code Review <gerrit@198.50.184.117>2013-08-11 15:32:44 +0200
commitbdafe306fa80312e25491f092000a5bb79dc1617 (patch)
treea5fc3523fa892adba7db8432524278da6dc349a2 /Android.mk
parentMerge "Rename libfuse to prevent conflicts with newer CM trees" into twrp2.5 (diff)
parentRemove libjpegtwrp and use CM provided libjpeg (diff)
downloadandroid_bootable_recovery-bdafe306fa80312e25491f092000a5bb79dc1617.tar
android_bootable_recovery-bdafe306fa80312e25491f092000a5bb79dc1617.tar.gz
android_bootable_recovery-bdafe306fa80312e25491f092000a5bb79dc1617.tar.bz2
android_bootable_recovery-bdafe306fa80312e25491f092000a5bb79dc1617.tar.lz
android_bootable_recovery-bdafe306fa80312e25491f092000a5bb79dc1617.tar.xz
android_bootable_recovery-bdafe306fa80312e25491f092000a5bb79dc1617.tar.zst
android_bootable_recovery-bdafe306fa80312e25491f092000a5bb79dc1617.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 1471db1b1..183c79cc4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -293,8 +293,7 @@ include $(LOCAL_PATH)/minui/Android.mk \
$(LOCAL_PATH)/applypatch/Android.mk
#includes for TWRP
-include $(commands_recovery_local_path)/libjpegtwrp/Android.mk \
- $(commands_recovery_local_path)/injecttwrp/Android.mk \
+include $(commands_recovery_local_path)/injecttwrp/Android.mk \
$(commands_recovery_local_path)/htcdumlock/Android.mk \
$(commands_recovery_local_path)/gui/Android.mk \
$(commands_recovery_local_path)/mmcutils/Android.mk \