aboutsummaryrefslogtreecommitdiffstats
path: root/okio/README.android
diff options
context:
space:
mode:
Diffstat (limited to 'okio/README.android')
-rw-r--r--okio/README.android12
1 files changed, 12 insertions, 0 deletions
diff --git a/okio/README.android b/okio/README.android
new file mode 100644
index 0000000..a143b63
--- /dev/null
+++ b/okio/README.android
@@ -0,0 +1,12 @@
+URL: https://github.com/square/okio
+License: Apache 2
+Description: "A modern I/O API for Java"
+
+Local patches
+-------------
+
+All source changes (besides imports) marked with ANDROID-BEGIN and ANDROID-END:
+ - Removal of reference to a codehause annotation used in
+ okio/src/main/java/okio/DeflaterSink.java
+ - Commenting of code that references APIs not present on Android.
+ - Removal of test code that uses JUnit 4.11 features such as @Parameterized.Parameters