summaryrefslogtreecommitdiff
path: root/opengl/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/Android.bp')
-rw-r--r--opengl/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/opengl/Android.bp b/opengl/Android.bp
index c520bda140..aec5a95628 100644
--- a/opengl/Android.bp
+++ b/opengl/Android.bp
@@ -52,6 +52,12 @@ ndk_headers {
license: "include/KHR/NOTICE",
}
+cc_library_headers {
+ name: "gl_headers",
+ vendor_available: true,
+ export_include_dirs: ["include"],
+}
+
subdirs = [
"*",
]