diff options
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk index ba8201782..c6fa3bdd4 100644 --- a/Android.mk +++ b/Android.mk @@ -41,12 +41,13 @@ LOCAL_STATIC_LIBRARIES += libstdc++ libc include $(BUILD_EXECUTABLE) -endif # TARGET_ARCH == arm -endif # !TARGET_SIMULATOR - include $(commands_recovery_local_path)/minui/Android.mk include $(commands_recovery_local_path)/amend/Android.mk include $(commands_recovery_local_path)/minzip/Android.mk include $(commands_recovery_local_path)/mtdutils/Android.mk include $(commands_recovery_local_path)/tools/Android.mk commands_recovery_local_path := + +endif # TARGET_ARCH == arm +endif # !TARGET_SIMULATOR + |