aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-11-20 04:21:03 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-11-20 04:21:03 +0000
commitf63abfcd0851e74611db8003f97cbd25a047f4e8 (patch)
treedc1b74dce3b3ed9c8b0ab36fafd4ff7d82cc9e3c
parent24b62270a0f61387ff0450b678f0b8c4e3a393d3 (diff)
parentf4b2b5240ecede571187e9931ea9483041d5ceb7 (diff)
downloadplatform_external_python_pybind11-android11-security-release.tar.gz
platform_external_python_pybind11-android11-security-release.tar.bz2
platform_external_python_pybind11-android11-security-release.zip
Change-Id: If73665350c4b89f7d2950184c432c843ddfbcc09
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..9e7844d
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,5 @@
+cc_library_headers {
+ name: "pybind11_headers",
+ host_supported: true,
+ export_include_dirs: ["include"],
+}