OSDN Git Service

Android: fix building issues of oreo-x86 android-x86-8.1-r1
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 4 May 2018 10:25:08 +0000 (18:25 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 4 May 2018 10:25:08 +0000 (18:25 +0800)
commit38f3ea83bf28443261384eb83fc20d67fc7ab0f5
treed770758bb2ce00200356fc370b368f83f0f38db8
parent9ee7d34250c89ec04c2d1516effa0d820678eba7
Android: fix building issues of oreo-x86

To build with gcc, we have to add external/busybox to the variable
INTERNAL_LOCAL_CLANG_EXCEPTION_PROJECTS.

Add -fno-stack-protector to avoid missing __stack_chk_fail_local
issue.
Android.mk