Android 9.0.0 Release 33 (PQ2A.190205.003)
Build rappor with SDK

rappor and rappor-test are not using any private APIs. Building them
using the pseudo-SDK core_current to ensure that, and makes the modules
be linked from other modules built with SDK.

Bug: 72206056
Test: m -j rappor rappor-test
Change-Id: I24178a3cb76aa43dabbd57f30219da8bdbf0d6fc
2 files changed
tree: 308f9979f2ea7bc08fed5ee43022c3ec51e75688
  1. client/
  2. Android.bp
  3. Android.mk
  4. LICENSE
  5. MODULE_LICENSE_APACHE2
  6. NOTICE
  7. README.android
  8. README.md
  9. README.version
README.md

RAPPOR

RAPPOR is a novel privacy technology that allows inferring statistics about populations while preserving the privacy of individual users.

This repository contains simulation and analysis code in Python and R.

For a detailed description of the algorithms, see the paper and links below.

Feel free to send feedback to rappor-discuss@googlegroups.com.


Publications

Links

  • Google Blog Post about RAPPOR
  • RAPPOR implementation in Chrome
    • This is a production quality C++ implementation, but it‘s somewhat tied to Chrome, and doesn’t support all privacy parameters (e.g. only a few values of p and q). On the other hand, the code in this repo is not yet production quality, but supports experimentation with different parameters and data sets. Of course, anyone is free to implement RAPPOR independently as well.
  • Mailing list: rappor-discuss@googlegroups.com