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
vendor_available modules were available to product modules. However, not all vendor_available modules are required to be available to product modules. Some modules want to be available only to product modules but not vendor modules. To cover the requirement, we separate product_available from vendor_available. vendor_available will not provide product available module. Bug: 150902910 Test: build Change-Id: Iee663ffd1666985bccd92ef68f051c5b6f3f8204
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