aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-10-24 03:11:26 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-10-24 03:11:26 +0000
commit3736bc4c9d15ab3f13ec2b844913efbe2f872cb9 (patch)
tree50c77b1e69c50c8f039d99daab9745f549b300f2
parent13223d42d452436f0afae0ff7ebcee14867fe9bd (diff)
parente0a82f86712caa377329a09a766b6f47648ad278 (diff)
downloadpiex-3736bc4c9d15ab3f13ec2b844913efbe2f872cb9.tar.gz
Snap for 5087535 from e0a82f86712caa377329a09a766b6f47648ad278 to qt-release
Change-Id: I3f0e1a00928b8a338184250bea0e5e29f73527b8
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d50c18f..7e5cc37 100644
--- a/Android.bp
+++ b/Android.bp
@@ -5,6 +5,7 @@ cc_defaults {
cc_library_static {
name: "libbinary_parse",
+ host_supported: true,
defaults: ["piex_default_cflags"],
vendor_available: true,
srcs: [
@@ -15,6 +16,7 @@ cc_library_static {
cc_library_static {
name: "libimage_type_recognition",
+ host_supported: true,
defaults: ["piex_default_cflags"],
vendor_available: true,
srcs: [
@@ -25,6 +27,7 @@ cc_library_static {
cc_library_static {
name: "libtiff_directory",
+ host_supported: true,
defaults: ["piex_default_cflags"],
vendor_available: true,
srcs: [
@@ -35,6 +38,7 @@ cc_library_static {
cc_library_shared {
name: "libpiex",
+ host_supported: true,
defaults: ["piex_default_cflags"],
vendor_available: true,
vndk: {