summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp20
1 files changed, 20 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..bbe2c61
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,20 @@
+package {
+ default_applicable_licenses: ["OpenCL-Headers_license"],
+ default_visibility: ["//visibility:public"],
+}
+
+license {
+ name: "OpenCL-Headers_license",
+ visibility: [":__subpackages__"],
+ license_kinds: ["SPDX-license-identifier-Apache-2.0"],
+ license_text: ["LICENSE"],
+}
+
+cc_library_headers {
+ name: "OpenCL-Headers",
+ export_include_dirs: [
+ ".",
+ "CL",
+ ],
+ soc_specific: true,
+}