mirror of
https://github.com/Evolution-X/external_piex
synced 2026-02-01 13:24:15 +00:00
Create a host target for libpiex am: b33dd7d029
am: 8afb3be477
Change-Id: Id82f41764147d1df9c2cae264b022570649cee50
This commit is contained in:
@@ -5,6 +5,7 @@ cc_defaults {
|
|||||||
|
|
||||||
cc_library_static {
|
cc_library_static {
|
||||||
name: "libbinary_parse",
|
name: "libbinary_parse",
|
||||||
|
host_supported: true,
|
||||||
defaults: ["piex_default_cflags"],
|
defaults: ["piex_default_cflags"],
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
@@ -15,6 +16,7 @@ cc_library_static {
|
|||||||
|
|
||||||
cc_library_static {
|
cc_library_static {
|
||||||
name: "libimage_type_recognition",
|
name: "libimage_type_recognition",
|
||||||
|
host_supported: true,
|
||||||
defaults: ["piex_default_cflags"],
|
defaults: ["piex_default_cflags"],
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
@@ -25,6 +27,7 @@ cc_library_static {
|
|||||||
|
|
||||||
cc_library_static {
|
cc_library_static {
|
||||||
name: "libtiff_directory",
|
name: "libtiff_directory",
|
||||||
|
host_supported: true,
|
||||||
defaults: ["piex_default_cflags"],
|
defaults: ["piex_default_cflags"],
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
@@ -35,6 +38,7 @@ cc_library_static {
|
|||||||
|
|
||||||
cc_library_shared {
|
cc_library_shared {
|
||||||
name: "libpiex",
|
name: "libpiex",
|
||||||
|
host_supported: true,
|
||||||
defaults: ["piex_default_cflags"],
|
defaults: ["piex_default_cflags"],
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
vndk: {
|
vndk: {
|
||||||
|
|||||||
Reference in New Issue
Block a user