aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack He <siyuanh@google.com>2019-11-19 01:58:50 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-11-19 01:58:50 -0800
commit3439ae790a4c4a64183b37b9936d06eaf838530e (patch)
treedc1b74dce3b3ed9c8b0ab36fafd4ff7d82cc9e3c
parentf987babb0ed8414103fc5b8febcbfc3fafb31767 (diff)
parent54c055be4fd2d3d10b4b483a89459cbbf635ecdc (diff)
downloadplatform_external_python_pybind11-3439ae790a4c4a64183b37b9936d06eaf838530e.tar.gz
platform_external_python_pybind11-3439ae790a4c4a64183b37b9936d06eaf838530e.tar.bz2
platform_external_python_pybind11-3439ae790a4c4a64183b37b9936d06eaf838530e.zip
Build: export include headers via Soong targetplatform-tools-29.0.6android-r-preview-1
am: 54c055be4f Change-Id: I1893793e0a211ec51abdae579c5944679ddd62cb
-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"],
+}