Commit Graph

2 Commits (e94550a26165dd94875ae31a62bddea0125caa71)

Author SHA1 Message Date
Benoit Pierre 25d29aca4a
android: fix building with kodev (#11817)
If the Android NDK and/or SDK are not setup, `kodev` will try to invoke
the `android-ndk` and/or `android-sdk` make targets.  This can't be done
with `TARGET=android`, as `base/Makefile.defs` will error out trying to
call the (missing) compiler to get the target machine. Those rules need
to be available to all targets.
4 months ago
Benoit Pierre f749fc2fd9 make: move target specific rules to dedicated files 4 months ago