diff --git a/templates/simple_game/Makefile.Android.windows b/templates/simple_game/Makefile.Android similarity index 100% rename from templates/simple_game/Makefile.Android.windows rename to templates/simple_game/Makefile.Android diff --git a/templates/simple_game/Makefile.Android.linux b/templates/simple_game/Makefile.Android.linux index 4751ec5bf..fd4dfacd4 100644 --- a/templates/simple_game/Makefile.Android.linux +++ b/templates/simple_game/Makefile.Android.linux @@ -220,7 +220,6 @@ copy_project_required_libs: # Copy project required resources: strings.xml, icon.png, assets # NOTE: Required strings.xml is generated and game resources are copied to assets folder -# TODO: Review xcopy usage, it can not be found in some systems! copy_project_resources: cp $(APP_ICON_LDPI) $(PROJECT_BUILD_PATH)/res/drawable-ldpi/icon.png cp $(APP_ICON_MDPI) $(PROJECT_BUILD_PATH)/res/drawable-mdpi/icon.png