commit | 64eee24852b17ee62e6b4674af28338607833e81 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed May 24 08:27:26 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed May 24 08:27:26 2017 -0700 |
tree | 3dbe69024b789a9e8158caf69b8d546eb726d6ce | |
parent | 1da84f09d246821c48d9017d9dc6ee225271bc74 [diff] |
Fix NDK x86 build. Because gen-platforms.sh includes the current *bionic* directories, this mistake in the android-9 crtbegin.c wasn't being noticed. It was using the platform __stack_chk_fail_local.h instead of the missing local one. crtbegin.c:63:59: fatal error: ../../arch-x86/bionic/__stack_chk_fail_local.h: No such file or directory # include "../../arch-x86/bionic/__stack_chk_fail_local.h" Bug: N/A Test: builds Change-Id: I8306cee1cf6d974ac5c3dae0c2927af3ceeb2cf6