diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-12-10 17:19:45 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2016-01-25 23:59:17 +0100 |
commit | 66a1949df91cc558bf5573c395fa9084c1365e81 (patch) | |
tree | 2a2e3c959e8f19f2489bc19f86df6e5a6caa1ccf /mtp/Android.mk | |
parent | gui: add icons on settings tabs (diff) | |
download | android_bootable_recovery-66a1949df91cc558bf5573c395fa9084c1365e81.tar android_bootable_recovery-66a1949df91cc558bf5573c395fa9084c1365e81.tar.gz android_bootable_recovery-66a1949df91cc558bf5573c395fa9084c1365e81.tar.bz2 android_bootable_recovery-66a1949df91cc558bf5573c395fa9084c1365e81.tar.lz android_bootable_recovery-66a1949df91cc558bf5573c395fa9084c1365e81.tar.xz android_bootable_recovery-66a1949df91cc558bf5573c395fa9084c1365e81.tar.zst android_bootable_recovery-66a1949df91cc558bf5573c395fa9084c1365e81.zip |
Diffstat (limited to 'mtp/Android.mk')
-rwxr-xr-x | mtp/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mtp/Android.mk b/mtp/Android.mk index 57f0ae35e..34514b8c8 100755 --- a/mtp/Android.mk +++ b/mtp/Android.mk @@ -3,7 +3,6 @@ LOCAL_PATH := $(call my-dir) # Build libtwrpmtp library include $(CLEAR_VARS) - LOCAL_MODULE := libtwrpmtp LOCAL_MODULE_TAGS := optional LOCAL_CFLAGS = -D_FILE_OFFSET_BITS=64 -DMTP_DEVICE -DMTP_HOST -fno-strict-aliasing |