diff options
author | John Stultz <john.stultz@linaro.org> | 2018-04-13 16:26:43 -0700 |
---|---|---|
committer | Su Hong Koo <sukoo@google.com> | 2024-07-30 10:54:34 -0400 |
commit | c2b5759a2f2d22367f8736c657f4cf07da03c7f5 (patch) | |
tree | 606a1e08a438cb7665596b2acf4692e6bdba7496 | |
parent | aef24b66d9713a701775e6c1d4777616afcb56ac (diff) |
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.
-rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ cc_library { "libdrm_sources", ], - export_include_dirs: ["include/drm"], + export_include_dirs: ["include/drm", "android"], cflags: [ "-Wno-enum-conversion", |