summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes2018-01-12 14:51:01 -0600
committerandroid-build-merger2018-01-12 14:51:01 -0600
commit1bd90c59bb0b2603668569646c049f853c166f51 (patch)
tree6fc0815daf549855903f806a7cc718879f965365
parente126a0aac61d2e69df5214d316427e84d5542b12 (diff)
parentb84ae7313822dcf3221a0b75b43b01193c0e0dc3 (diff)
downloadexternal-libdrm-1bd90c59bb0b2603668569646c049f853c166f51.tar.gz
external-libdrm-1bd90c59bb0b2603668569646c049f853c166f51.tar.xz
external-libdrm-1bd90c59bb0b2603668569646c049f853c166f51.zip
readdir_r is deprecated. am: 267e2d87fc
am: b84ae73138 Change-Id: I56db6e15cb4a289a7ed51fad0b7e958c88e81221
-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",