aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2018-04-13 16:26:43 -0700
committerJohn Stultz <john.stultz@linaro.org>2018-04-13 16:32:21 -0700
commit915c5fa5407ef5ace18b1bc69a4686c012273e8e (patch)
treea1e58bc6dec605a114d57c6d655e9614f1b6669b
parent84f838d71a75125b14d361f0ed7d23a0ac521edf (diff)
downloadlibdrm-upstream-aosp-merge-fdo-master.tar.gz
Android.bp: Add include exports for android dirupstream-aosp-merge-fdo-master
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 {
"libdrm_sources",
],
- export_include_dirs: ["include/drm"],
+ export_include_dirs: ["include/drm", "android"],
cflags: [
"-Wno-enum-conversion",