fix simulator build by excluding more of recovery
diff --git a/Android.mk b/Android.mk
index ba82017..c6fa3bd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -41,12 +41,13 @@
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
+