Enable libpiex for Windows am: 1ef9d0c0f4 am: 8ad5f41093

am: 59af187624

Change-Id: Ief3e6527d63f19aa6996f3dd1621b5b6d109f322
This commit is contained in:
Jerome Gaillard
2018-11-29 11:05:30 -08:00
committed by android-build-merger

View File

@@ -12,6 +12,11 @@ cc_library_static {
"src/binary_parse/cached_paged_byte_array.cc",
"src/binary_parse/range_checked_byte_ptr.cc",
],
target: {
windows: {
enabled: true,
},
},
}
cc_library_static {
@@ -23,6 +28,11 @@ cc_library_static {
"src/image_type_recognition/image_type_recognition_lite.cc",
],
static_libs: ["libbinary_parse"],
target: {
windows: {
enabled: true,
},
},
}
cc_library_static {
@@ -34,6 +44,11 @@ cc_library_static {
"src/tiff_directory/tiff_directory.cc",
],
static_libs: ["libbinary_parse"],
target: {
windows: {
enabled: true,
},
},
}
cc_library_shared {
@@ -54,4 +69,9 @@ cc_library_shared {
"libimage_type_recognition",
"libtiff_directory",
],
target: {
windows: {
enabled: true,
},
},
}