commit | 10959a4eff0e149dd12d844cf4372a517b7c7606 | [log] [tgz] |
---|---|---|
author | Dichen Zhang <dichenzhang@google.com> | Mon Apr 10 16:28:16 2023 -0700 |
committer | Dichen Zhang <dichenzhang@google.com> | Wed Apr 12 21:48:17 2023 +0000 |
tree | 7da5d795fc23068bb698c43ba8495d9213926ba8 | |
parent | 901994d3f2f0756cf237f689be35a629305af80b [diff] [blame] |
JPEG/R refactor: rename "recovery map" to "gain map" Bug: b/264715926 Test: build, jpegr_test, gainmapmath_test Change-Id: I9ff07ed4201f0d7ee664209fc0450808f2ec143d
diff --git a/libs/jpegrecoverymap/Android.bp b/libs/jpegrecoverymap/Android.bp index a1b0e19..a376ced 100644 --- a/libs/jpegrecoverymap/Android.bp +++ b/libs/jpegrecoverymap/Android.bp
@@ -31,7 +31,7 @@ srcs: [ "icc.cpp", "jpegr.cpp", - "recoverymapmath.cpp", + "gainmapmath.cpp", "jpegrutils.cpp", "multipictureformat.cpp", ],