[roll] Roll fuchsia [hdmi-dw] Change all headers to implementation headers.

Previously all headers defined in //src/graphics/display/lib/designware
were "library headers" and were referred to as <lib/hdmi-dw/*.h>.

This library is expected to have only aml-hdmi and amlogic-display
(in the future we'll also merge these two drivers) as its clients,
both of which are in the Fuchsia platform source tree.

Instead of exposing the headers as library headers, this change
removes the `library_headers()` build definition and changes all
the C++ code to use implementation headers to refer to these headers.

Test: no binary change.
Original-Bug: 134691
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/945571
Original-Revision: 620f74fd2c0df7ec41cd386575a3598571cd6949
GitOrigin-RevId: ffbd9a5f6e6c7254df16f37962e87d8882584be1
Change-Id: I002348a0d2e73be954122c6a3e0415035b618a91
1 file changed
tree: 23e905ee71ad7e4eece2c0678d3804054ba70ee1
  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.