summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"],