diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-09-11 15:28:51 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-09-11 15:28:51 +0200 |
commit | a1f38054c7eb48b03a55d1559190637238d88fe1 (patch) | |
tree | a7e493b553cf3d3790b56317792f0a466871e5fd /mtp/Android.mk | |
parent | MTP: fix some code paths (diff) | |
download | android_bootable_recovery-a1f38054c7eb48b03a55d1559190637238d88fe1.tar android_bootable_recovery-a1f38054c7eb48b03a55d1559190637238d88fe1.tar.gz android_bootable_recovery-a1f38054c7eb48b03a55d1559190637238d88fe1.tar.bz2 android_bootable_recovery-a1f38054c7eb48b03a55d1559190637238d88fe1.tar.lz android_bootable_recovery-a1f38054c7eb48b03a55d1559190637238d88fe1.tar.xz android_bootable_recovery-a1f38054c7eb48b03a55d1559190637238d88fe1.tar.zst android_bootable_recovery-a1f38054c7eb48b03a55d1559190637238d88fe1.zip |
Diffstat (limited to '')
-rwxr-xr-x | mtp/Android.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mtp/Android.mk b/mtp/Android.mk index ebf1a6d36..683999d31 100755 --- a/mtp/Android.mk +++ b/mtp/Android.mk @@ -30,6 +30,11 @@ LOCAL_SRC_FILES = \ mtp_MtpDatabase.cpp \ node.cpp LOCAL_SHARED_LIBRARIES += libz libc libusbhost libstdc++ libstlport libdl libcutils libutils + +ifneq ($(TW_MTP_DEVICE),) + LOCAL_CFLAGS += -DUSB_MTP_DEVICE=$(TW_MTP_DEVICE) +endif + include $(BUILD_SHARED_LIBRARY) # Build twrpmtp binary / executable |