aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2021-04-13 08:02:10 -0700
committerAlistair Delva <adelva@google.com>2021-04-15 22:29:41 +0000
commit632b0e256b14f73d60060823e8ebb0d65587f697 (patch)
treea84c16aac8c9bc06cb616d9b912cd0f312091f5d
parent8d7cf5d6c3aaeb1a54254ba303a9d7aa1c9f004e (diff)
downloadmtools-632b0e256b14f73d60060823e8ebb0d65587f697.tar.gz
ANDROID: Disable HAVE_GETPASS for bionic
Bionic doesn't implement getpass(). Bug: 185191460 Test: lunch aosp_cf_arm64_phone-userdebug && m -j32 hosttar Change-Id: I2ba904af8f4b556e4c07260048fe786e8bc20c3e
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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