aboutsummaryrefslogtreecommitdiff
path: root/README.android
diff options
context:
space:
mode:
Diffstat (limited to 'README.android')
-rw-r--r--README.android14
1 files changed, 2 insertions, 12 deletions
diff --git a/README.android b/README.android
index f6062c609..80e837e61 100644
--- a/README.android
+++ b/README.android
@@ -1,9 +1,9 @@
-Any Android specific modifications to upstream libpng (1.6.25) should
+Any Android specific modifications to upstream libpng (1.6.34) should
be listed here:
(1) Android has added the following files.
pngusr.h
- Android.mk
+ Android.bp
CleanSpec.mk
MODULE_LICENSE_BSD_LIKE
README.version
@@ -11,13 +11,3 @@ be listed here:
(2) pnglibconf.h
This is copied from scripts/pnglibconf.h.prebuilt.
Android has undefined PNG_WARNINGS_SUPPORTED.
-
-(3) Removed contrib/testpngs/
- There is no reason to check in all of these files if we won't
- be using them.
-
-(4) Applied the Intel SSE patch
- Upstream places the patch for SSE support
- in contrib/intel/intel_sse.patch.
- The patch was applied using the following command:
- 'patch -i contrib/intel/intel_sse.patch -p1'