summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp8
1 files changed, 5 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index af313d9..20a7939 100644
--- a/Android.bp
+++ b/Android.bp
@@ -35,15 +35,17 @@ cc_defaults {
}
cc_library_headers {
- name: "libimage_io-headers",
- host_supported: true,
- export_include_dirs: ["includes"],
+ name: "libimage_io-headers",
+ host_supported: true,
+ vendor_available: true,
+ export_include_dirs: ["includes"],
}
cc_library {
name: "libimage_io",
host_supported: true,
+ vendor_available: true,
defaults: ["libimage_io-defaults"],
header_libs: ["libimage_io-headers"],
export_include_dirs: ["includes"],