mirror of
https://github.com/Evolution-X/external_piex
synced 2026-01-27 16:24:09 +00:00
Create a host target for libpiex
This is required for building a version of layoutlib using skia as its renderer. Test: sdk build Change-Id: Iaf504f8f5889c3612a11d514a428b080a89a7b04
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user