aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMin Yun <min.yun@lge.com>2021-11-19 17:22:52 +0900
committerMin Yun <min.yun@lge.com>2021-11-19 17:31:30 +0900
commitc797d5ea8c8210a0c2038406185c245e3a41f93d (patch)
tree0509ac2add62251524832bd9feabaad41fe9418d
parent9ce3cd83eef480b725766e10d1912bea0887d54d (diff)
downloadwayland-c797d5ea8c8210a0c2038406185c245e3a41f93d.tar.gz
Fix build error when using wayland-egl
- If include wayland-egl.h, it also include wayland-egl-core.h But in 049d87ca3344dcbf7358a3d550df5158f6ac5e23, it remove in 'src' directory. So to include wayland-egl.h, 'egl' directory should included in export_include_dirs Change-Id: Ica8e962925a3cb63f14032541f21dc57f1d86558
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index d5e1acd..dd28bc7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -129,7 +129,7 @@ cc_defaults {
generated_headers: [
"wayland_core_client_protocol_headers",
],
- export_include_dirs: ["src"],
+ export_include_dirs: ["src", "egl"],
export_generated_headers: [
"wayland_core_client_protocol_headers",
],