mirror of
https://github.com/Evolution-X/external_piex
synced 2026-01-27 16:24:09 +00:00
Mark libpiex vendor_available.
libpiex belongs to vndk-cap. Mark it vendor_available to enable vndk abi stability checks on it. Details: https://android-review.googlesource.com/368372 Test: mm -j64 Bug: 38244611 Change-Id: I33f9c4bf15a33d5792cbe617420a1c48baf492e6
This commit is contained in:
@@ -27,6 +27,7 @@ cc_library_static {
|
||||
|
||||
cc_library_shared {
|
||||
name: "libpiex",
|
||||
vendor_available: true,
|
||||
srcs: [
|
||||
"src/tiff_parser.cc",
|
||||
"src/piex.cc",
|
||||
|
||||
Reference in New Issue
Block a user