Leon Scroggins III | 3cc83ac | 2017-10-06 11:02:56 -0400 | [diff] [blame] | 1 | Any Android specific modifications to upstream libpng (1.6.34) should |
Matt Sarett | 9b1fe63 | 2015-11-25 10:21:17 -0500 | [diff] [blame] | 2 | be listed here: |
| 3 | |
| 4 | (1) Android has added the following files. |
| 5 | pngusr.h |
Leon Scroggins III | 3cc83ac | 2017-10-06 11:02:56 -0400 | [diff] [blame] | 6 | Android.bp |
Matt Sarett | 9b1fe63 | 2015-11-25 10:21:17 -0500 | [diff] [blame] | 7 | CleanSpec.mk |
| 8 | MODULE_LICENSE_BSD_LIKE |
| 9 | README.version |
| 10 | |
| 11 | (2) pnglibconf.h |
| 12 | This is copied from scripts/pnglibconf.h.prebuilt. |
Leon Scroggins III | 34e8fe0 | 2018-08-28 08:26:34 -0400 | [diff] [blame] | 13 | Android has undefined PNG_WARNINGS_SUPPORTED and |
| 14 | PNG_READ_OPT_PLTE_SUPPORTED. |