summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:16:54 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:16:54 +0000
commit644b638259771528b6d86a02c1a5c981c2445524 (patch)
tree6a203cf7275a04964d94bc750e00bf2bc09aa872
parent230e16732b043171d6c6609163e410e310399c33 (diff)
parent9212bfaf3a559ad72829f5ade0b15083af10d275 (diff)
downloadimage_io-644b638259771528b6d86a02c1a5c981c2445524.tar.gz
Change-Id: I6a2a68b4b5ea5ad5b716828c551c8a6c62122706
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8fe553e..58eaedc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -36,12 +36,14 @@ cc_defaults {
cc_library_headers {
name: "libimage_io-headers",
+ host_supported: true,
export_include_dirs: ["includes"],
}
cc_library {
name: "libimage_io",
+ host_supported: true,
defaults: ["libimage_io-defaults"],
header_libs: ["libimage_io-headers"],
export_include_dirs: ["includes"],