aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes2018-01-12 14:56:04 -0600
committerandroid-build-merger2018-01-12 14:56:04 -0600
commitbab2e89478d2896c778a7229f485cad2a47345dd (patch)
tree6fc0815daf549855903f806a7cc718879f965365
parent55a0d81b6ee547353bf50de61b67906dcbb1f368 (diff)
parent1bd90c59bb0b2603668569646c049f853c166f51 (diff)
downloadexternal-libdrm-bab2e89478d2896c778a7229f485cad2a47345dd.tar.gz
external-libdrm-bab2e89478d2896c778a7229f485cad2a47345dd.tar.xz
external-libdrm-bab2e89478d2896c778a7229f485cad2a47345dd.zip
readdir_r is deprecated. am: 267e2d87fc am: b84ae73138
am: 1bd90c59bb Change-Id: I46ad86b0090f86eec9808985250018d2b61dd246
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6a90c389..429c22cc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -34,6 +34,7 @@ cc_defaults {
34 34
35 "-Wall", 35 "-Wall",
36 "-Werror", 36 "-Werror",
37 "-Wno-deprecated-declarations",
37 "-Wno-format", 38 "-Wno-format",
38 "-Wno-gnu-variable-sized-type-not-at-end", 39 "-Wno-gnu-variable-sized-type-not-at-end",
39 "-Wno-pointer-arith", 40 "-Wno-pointer-arith",