[roll] Roll fuchsia [fidl][hlcpp] Remove object_coding.h

These APIs are not aware of the wire format version.
The DecodeObject function incorrectly tries to parse the first
few bytes of the payload as a FIDL message header.

They are not used, so removing them is an easy way to avoid
future troubles when switching to the V2 format.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/612501
Original-Revision: 53c35301d7e46365cab5dfed52177cfa7b55fa9c
GitOrigin-RevId: b1782ccbb54bc7edf18ffe77150a951d3f73de0a
Change-Id: Ibdcd79aca0d86388ee5067797e10d3da96c94196
1 file changed
tree: 2e144a1ae22a28d0fcd83ea0230bdf6ee943ed44
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
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.