Merge "Pass -ffreestanding when compiling ifunc resolvers."

This commit is contained in:
Treehugger Robot 2019-11-01 21:18:30 +00:00 committed by Gerrit Code Review
commit d753895f10

View file

@ -1520,6 +1520,7 @@ cc_library_static {
name: "libc_common_shared",
cflags: [
"-ffreestanding",
"-fno-stack-protector",
"-fno-jump-tables",
],