From 1bf9d00a961c3de35fc26043a3dcff8ee6e36526 Mon Sep 17 00:00:00 2001 From: Ram Muthiah Date: Tue, 18 May 2021 21:16:14 +0000 Subject: Reland "ANDROID: Disable HAVE_GETPASS for bionic" This reverts commit a10a4d500335f98ef007208319b629de9dd29ddb. Reason for revert: Submitting separately from otheros_root change (r.android.com/1673542) which contains root cause for scopedstorage test breakage. Bug: 175204891 Test: Treehugger Change-Id: I822f0d5677a2156b3e545c3e1f8e2cfa59ca8a1a --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 66661fe..3438725 100644 --- a/config.h +++ b/config.h @@ -41,7 +41,7 @@ #define HAVE_GETOPT_H 1 /* Define to 1 if you have the `getpass' function. */ -#define HAVE_GETPASS 1 +/* #undef HAVE_GETPASS */ /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 -- cgit v1.2.3