summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2022-06-27 23:38:24 +0000
committerXin Li <delphij@google.com>2022-06-27 23:38:24 +0000
commit7d7580640797af181d5659d948fc72b4e28c8c75 (patch)
tree453973364ce84533b90c5eec2f28c9be3803f1bc
parent4b0359acc11fd74a31d35a5fd270ecc35ac2f5b4 (diff)
parent5f369f6ea10902eb7569acfe5595aba6baf486b5 (diff)
downloadimage_io-7d7580640797af181d5659d948fc72b4e28c8c75.tar.gz
Merge tm-dev-plus-aosp-without-vendor@8763363temp_sam_242648940
Bug: 236760014 Merged-In: I46bf3f037d801f9fa1e724a102d3b3f4f71b6202 Change-Id: I02e1d9dc617834edb53555e2ac0b327065cc1c2d
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2d436ba..af313d9 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"],