summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Stultz2018-04-13 18:26:43 -0500
committerJohn Stultz2018-04-13 18:32:21 -0500
commit915c5fa5407ef5ace18b1bc69a4686c012273e8e (patch)
treea1e58bc6dec605a114d57c6d655e9614f1b6669b
parent84f838d71a75125b14d361f0ed7d23a0ac521edf (diff)
downloadexternal-libdrm-915c5fa5407ef5ace18b1bc69a4686c012273e8e.tar.gz
external-libdrm-915c5fa5407ef5ace18b1bc69a4686c012273e8e.tar.xz
external-libdrm-915c5fa5407ef5ace18b1bc69a4686c012273e8e.zip
Android.bp: Add include exports for android dir
This forward ports Stefan Schake's patch 32ee9c0e0566 "android: Add missing include exports" to the Android.bp file. Change-Id: Ie07582b87ae3bda0d49073c524e5c0a394e614bb Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 429c22cc..9121068a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -54,7 +54,7 @@ cc_library {
54 "libdrm_sources", 54 "libdrm_sources",
55 ], 55 ],
56 56
57 export_include_dirs: ["include/drm"], 57 export_include_dirs: ["include/drm", "android"],
58 58
59 cflags: [ 59 cflags: [
60 "-Wno-enum-conversion", 60 "-Wno-enum-conversion",