From 267813a8a8a357469aef53ea9445266e1050409a Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Mon, 28 Sep 2020 17:02:15 -0700 Subject: ANDROID: Remove bogus HAVE_ARC4RANDOM_STIR This is part of ndk_cruft and shouldn't be enabled. It isn't implemented on all architectures. Bug: 169616971 Change-Id: Ic639e3e47842f990784ca36da643cd58abcf65cf --- prebuilt-intermediates/config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/prebuilt-intermediates/config.h b/prebuilt-intermediates/config.h index 3e8f585f..4d65d85c 100644 --- a/prebuilt-intermediates/config.h +++ b/prebuilt-intermediates/config.h @@ -177,10 +177,6 @@ /* Define to 1 if you have the `arc4random_buf' function. */ #define HAVE_ARC4RANDOM_BUF 1 -#ifndef __LP64__ -#define HAVE_ARC4RANDOM_STIR 1 -#endif - /* Define to 1 if you have the `arc4random_uniform' function. */ #define HAVE_ARC4RANDOM_UNIFORM 1 -- cgit v1.2.3