Mark libpiex static lib dependencies as vendor_available.

This means the library may be installed in both the
/system and /vendor partitions, if they are used by
system and vendor code respectively.

Test: mm -j64
Bug: 38244611
Change-Id: Ic7604d967be1c96ea297ea4acb67680571e1526a
This commit is contained in:
Martijn Coenen
2017-06-07 13:29:26 -07:00
parent 10618d17ac
commit 2cadf1ae1b

View File

@@ -1,5 +1,6 @@
cc_library_static {
name: "libbinary_parse",
vendor_available: true,
srcs: [
"src/binary_parse/cached_paged_byte_array.cc",
"src/binary_parse/range_checked_byte_ptr.cc",
@@ -9,6 +10,7 @@ cc_library_static {
cc_library_static {
name: "libimage_type_recognition",
vendor_available: true,
srcs: [
"src/image_type_recognition/image_type_recognition_lite.cc",
],
@@ -18,6 +20,7 @@ cc_library_static {
cc_library_static {
name: "libtiff_directory",
vendor_available: true,
srcs: [
"src/tiff_directory/tiff_directory.cc",
],