aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-11-02 08:02:04 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-02 08:02:04 +0000
commitcb3c203505b232372d2e75aeabfa8f80f7f58551 (patch)
treeb2ee4bb8f16216a33fd4eae2acaf7a2edd6a5f8f
parent900afe69b3b37fccccda912fccff6859b88de976 (diff)
parenteb1e951eabc92336ed9ca38f05ec0eb6d87416d5 (diff)
downloadvalgrind-cb3c203505b232372d2e75aeabfa8f80f7f58551.tar.gz
Snap for 4429796 from eb1e951eabc92336ed9ca38f05ec0eb6d87416d5 to pi-release
Change-Id: I84d25d62beaf458b413323fe0bbc88e3ce6d344f
-rw-r--r--config.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/config.h b/config.h
index 858b44788..a5caf4983 100644
--- a/config.h
+++ b/config.h
@@ -95,10 +95,14 @@
#endif
/* Define to 1 if the system has the type `Elf32_Chdr'. */
-//#define HAVE_ELF32_CHDR 1
+#ifdef __ANDROID__
+#define HAVE_ELF32_CHDR 1
+#endif
/* Define to 1 if the system has the type `Elf64_Chdr'. */
-//#define HAVE_ELF64_CHDR 1
+#ifdef __ANDROID__
+#define HAVE_ELF64_CHDR 1
+#endif
/* Define to 1 if you have the <endian.h> header file. */
#define HAVE_ENDIAN_H 1