[roll] Roll cobalt Add new Cobalt Privacy Api proto definitions and simple parsing logic.

In this first step they are not replacing the older one (including privacy_level) to make the migration as smooth as possible.

Next steps after submitting this change would be
1) replace privacy levels with privacy mechanisms in all registries
2) deprecate privacy level field
3) define epsilon, delta, threshold in privacy reports (for this step it's duplicate)
4) use threshold from ShuffledDifferentialPrivacyConfig  in the config parsers
5) deprecate old reporting_threshold field (which is on report level)
possibly
3) do automatic computations of the poisson_mean, etc based on values in ShuffledDifferentialPrivacyConfig (for some reports removing poisson_mean, etc from yaml files since they will be calculated automatically)

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/cobalt/+/893418
Original-Revision: adc6bb628e666eb9fb9752ae87490b8f2e65427f
GitOrigin-RevId: 40e15307f5ef0d7a9ab874f3ce8a4c17ab052934
Change-Id: Id4bfa56fa55dd6fe013639fdf03098da8c756bba
1 file changed
tree: 5de30be0f2ba6c5e9229370075f6555d06ff45d2
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.