From 35e91a10e0e92ee51af321f1cc0a1821794f54d8 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 17 Sep 2015 15:28:45 -0700 Subject: [PATCH] Update Android.bp for setjmp cookies Change-Id: I57245e4eedf9b8e1edc7de46208be5aa47c94b28 --- libc/Android.bp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libc/Android.bp b/libc/Android.bp index 7a4a2bd49..507f6e492 100644 --- a/libc/Android.bp +++ b/libc/Android.bp @@ -674,7 +674,7 @@ cc_library_static { // automatically included. cc_library_static { srcs: [ - // These two depend on getentropy_linux.cpp, which isn't in libc_ndk.a. + // These two depend on getentropy_linux.c, which isn't in libc_ndk.a. "upstream-openbsd/lib/libc/crypt/arc4random.c", "upstream-openbsd/lib/libc/crypt/arc4random_uniform.c", @@ -927,11 +927,12 @@ cc_library_static { // initialized, resulting in nullptr dereferences. "bionic/getauxval.cpp", - // These three require getauxval, which isn't available on older + // These four require getauxval, which isn't available on older // platforms. "bionic/getentropy_linux.c", "bionic/sysconf.cpp", "bionic/vdso.cpp", + "bionic/setjmp_cookie.cpp", ], cflags: libc_common_cflags + ["-Wframe-larger-than=2048"], -- 2.11.0