diff options
| author | Jerome Gaillard <jgaillard@google.com> | 2018-11-29 11:00:30 -0800 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-11-29 11:00:30 -0800 |
| commit | 59af187624c66f3a07e23d08546bcb8189a529e5 (patch) | |
| tree | 69d70cd6ca10fd75bc1beb7f2e27db81c08a4938 | |
| parent | 70c29ea973a19c73860e03421fda5691791c0409 (diff) | |
| parent | 8ad5f41093fec97a87eb0d03fac26f0074f9d0d2 (diff) | |
| download | platform_external_piex-59af187624c66f3a07e23d08546bcb8189a529e5.tar.gz platform_external_piex-59af187624c66f3a07e23d08546bcb8189a529e5.tar.bz2 platform_external_piex-59af187624c66f3a07e23d08546bcb8189a529e5.zip | |
Enable libpiex for Windows am: 1ef9d0c0f4
am: 8ad5f41093
Change-Id: I7ebc6dc9a6be901f79039786571cea8338573f40
| -rw-r--r-- | Android.bp | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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, + }, + }, } |
