Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix detection of single source crtbegin.
Before this, if an older platform level had separate source files for crtbegin_dynamic.o and crtbegin_static.o and a newer platform level had a shared source file, the shared source would not be used for the static version because the destination directory would have been pre-populated by the old version. Test: Together with the other CLs in the topic, built the ARM NDK and ran tests/device/static-executable with and without `--platform android-21`. Bug: android/ndk#132 Change-Id: I8d656076a64361935c427d6cbb7f7f418db8af21
- Loading branch information