mirror of
https://github.com/Evolution-X/external_piex
synced 2026-01-27 16:24:09 +00:00
Add product_available to product available modules am: 12084de6fb
Original change: https://android-review.googlesource.com/c/platform/external/piex/+/1496036 Change-Id: Id293562a17d9dc90f7a43db29bfc7bafa05b69c2
This commit is contained in:
@@ -8,6 +8,7 @@ cc_library_static {
|
||||
host_supported: true,
|
||||
defaults: ["piex_default_cflags"],
|
||||
vendor_available: true,
|
||||
product_available: true,
|
||||
srcs: [
|
||||
"src/binary_parse/cached_paged_byte_array.cc",
|
||||
"src/binary_parse/range_checked_byte_ptr.cc",
|
||||
@@ -24,6 +25,7 @@ cc_library_static {
|
||||
host_supported: true,
|
||||
defaults: ["piex_default_cflags"],
|
||||
vendor_available: true,
|
||||
product_available: true,
|
||||
srcs: [
|
||||
"src/image_type_recognition/image_type_recognition_lite.cc",
|
||||
],
|
||||
@@ -40,6 +42,7 @@ cc_library_static {
|
||||
host_supported: true,
|
||||
defaults: ["piex_default_cflags"],
|
||||
vendor_available: true,
|
||||
product_available: true,
|
||||
srcs: [
|
||||
"src/tiff_directory/tiff_directory.cc",
|
||||
],
|
||||
@@ -56,6 +59,7 @@ cc_library {
|
||||
host_supported: true,
|
||||
defaults: ["piex_default_cflags"],
|
||||
vendor_available: true,
|
||||
product_available: true,
|
||||
vndk: {
|
||||
enabled: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user