summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/arect/Android.bp1
-rw-r--r--libs/math/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/libs/arect/Android.bp b/libs/arect/Android.bp
index 0d25176f98..a20154f834 100644
--- a/libs/arect/Android.bp
+++ b/libs/arect/Android.bp
@@ -23,5 +23,6 @@ ndk_headers {
cc_library_static {
name: "libarect",
host_supported: true,
+ vendor_available: true,
export_include_dirs: ["include"],
}
diff --git a/libs/math/Android.bp b/libs/math/Android.bp
index 3ef8b4aa05..693bace1f4 100644
--- a/libs/math/Android.bp
+++ b/libs/math/Android.bp
@@ -15,6 +15,7 @@
cc_library_static {
name: "libmath",
host_supported: true,
+ vendor_available: true,
export_include_dirs: ["include"],
}