aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7ccee6ce1..d7717e412 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,7 +14,12 @@
cc_library_headers {
name: "libeigen",
+
+ // Although entire directory is exported, only Eigen and unsupported/Eigen
+ // contain actual exported headers. When capturing header files for
+ // snapshot, only these two directories will be globbed.
export_include_dirs: ["."],
+
vendor_available: true,
host_supported: true,
apex_available: [