1This project only contains Rappor java client library. 2If you want to get the full source or other components, please visit Rappor github page: 3https://github.com/google/rappor 4 5Any Android specific modifications to upstream archive-patcher should be listed 6here: 7 8- Removed all non-java client library files. 9 10- Modified client/java/com/google/rappor/HmacDrbg.java, client/java/com/google/rappor/Encoder.java 11 to remove Guava, javax dependency. 12 13- Moved package from com.google.rappor.* to com.google.android.rappor.* to avoid source conflict with 3rd party library. 14