No rule to make target ’pre-buid’, needed by ’build-android’
The build-android target calls the pre-build target as pre-buid, resulting in build failure for the build-android target. This PR fixes the issue.
(PR #2272 did the same for a typo in the build-pr target.)