summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Marco Nelissen <marcone@google.com> 2019-10-29 20:07:59 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-10-29 20:07:59 +0000
commit3c05e555df6403395ef741b5919b51b433425729 (patch)
tree0bb0ff770476bb631305323c46a30ebf414861d3
parentbd080d602b73df4fb4ae15894171c244ad2e35d3 (diff)
parentcb04dee7541ede674ae69b04b08909f2b2fca543 (diff)
Merge "Add bufferqueue headers to libgui_headers"
-rw-r--r--libs/gui/Android.bp12
1 files changed, 10 insertions, 2 deletions
diff --git a/libs/gui/Android.bp b/libs/gui/Android.bp
index e6d442d225..b360a268db 100644
--- a/libs/gui/Android.bp
+++ b/libs/gui/Android.bp
@@ -17,8 +17,16 @@ cc_library_headers {
export_include_dirs: ["include"],
// we must build this module to get the required header as that is generated
- export_shared_lib_headers: [ "android.hidl.token@1.0-utils" ],
- shared_libs: [ "android.hidl.token@1.0-utils" ],
+ export_shared_lib_headers: [
+ "android.hidl.token@1.0-utils",
+ "android.hardware.graphics.bufferqueue@1.0",
+ "android.hardware.graphics.bufferqueue@2.0",
+ ],
+ shared_libs: [
+ "android.hidl.token@1.0-utils",
+ "android.hardware.graphics.bufferqueue@1.0",
+ "android.hardware.graphics.bufferqueue@2.0",
+ ],
}
cc_library_shared {