summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-29 02:42:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-29 02:42:29 +0000
commit042d035cfca14b5af39cf91817cdf9bf060a60e6 (patch)
treee6bc18176b3a70a107c41e1802ae6335640689d0
parent0be02a8e531ed57e147d91d43993f8a8c263072d (diff)
parent26e7ab7854539b9a7ccc23f3cf0c9cbc38ca8c37 (diff)
downloadimage_io-042d035cfca14b5af39cf91817cdf9bf060a60e6.tar.gz
Change-Id: I9624464ea6c3c8f74161d01755519ac46707b1b7
-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"],