Merge "Fix NDK x86 build."

am: be49ee652a

Change-Id: Ia7a63044a9e99e63f4eaa0dd89a9d4ee49eebb07
This commit is contained in:
Elliott Hughes
2017-05-24 17:10:18 +00:00
committed by android-build-merger

View File

@@ -60,5 +60,5 @@ void _start() {
#include "__dso_handle.h"
#include "atexit.h"
#ifdef __i386__
# include "../../arch-x86/bionic/__stack_chk_fail_local.h"
# include "__stack_chk_fail_local.h"
#endif