commit | 6438a192effc1cb2905cd9c178108b779d78ac6b | [log] [tgz] |
---|---|---|
author | Dichen Zhang <dichenzhang@google.com> | Sun Jan 29 07:51:15 2023 +0000 |
committer | Dichen Zhang <dichenzhang@google.com> | Tue Jan 31 03:18:04 2023 +0000 |
tree | b5b2e804ea1fae9ab676cdea3493220222f72060 | |
parent | dff1554cc8c39f4a64e74a50c0371bd0b794239f [diff] [blame] |
jpegr: encode ICC bug: b/264715926, b/263609305 test: recoverymap_test.cpp, check the ICC package in the encoded jpeg/r image in a hex editor Change-Id: I099eb9201c26fce046b7ca8ea4b5e7e8443adcb3
diff --git a/libs/jpegrecoverymap/Android.bp b/libs/jpegrecoverymap/Android.bp index 01318dc..2c4b3bf 100644 --- a/libs/jpegrecoverymap/Android.bp +++ b/libs/jpegrecoverymap/Android.bp
@@ -41,6 +41,8 @@ "libjpegdecoder", "liblog", ], + + static_libs: ["libskia"], } cc_library {