aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Gaillard <jgaillard@google.com>2018-10-23 07:23:02 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-23 07:23:02 -0700
commit8afb3be477182e0b77fbe1c8d8a8318ec2f0b427 (patch)
tree50c77b1e69c50c8f039d99daab9745f549b300f2
parent49b79bc8ec66538027e018ed655b27af5b77a39e (diff)
parentb33dd7d0292f0151abf21fe5f2928d7a5367e665 (diff)
downloadplatform_external_piex-8afb3be477182e0b77fbe1c8d8a8318ec2f0b427.tar.gz
platform_external_piex-8afb3be477182e0b77fbe1c8d8a8318ec2f0b427.tar.bz2
platform_external_piex-8afb3be477182e0b77fbe1c8d8a8318ec2f0b427.zip
Create a host target for libpiex
am: b33dd7d029 Change-Id: Ia93011ead8e4c8de1c43770552b6b8435edbc5b2
-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: {