[roll] Roll fuchsia [magma][ulib] Fix issues breaking magma_client_sdk at API levels < HEAD

Allow use of non-protocol FIDL types from fuchsia.sysmem2 and
fuchsia.images2 to allow
//src/graphics/magma/lib/magma/platform/zircon/zircon_platform_sysmem_connection.cc
to build at API levels less than HEAD.

This enables //sdk/lib/magma_client:magma_client_sdk to be built at
all currently supported API levels (12+).

Also ensure image_format.h and sysmem-version.h are only included when
the types they rely on are available.

Original-Bug: b/42085119
Test: `fx set minimal.x64  --args=override_target_api_level=12 --args=sdk_inside_supported_api_sub_build=true && fx build sdk/lib/magma_client:magma_client_sdk`
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/934809
Original-Revision: 11a9360b0347b4fe69c2ab78e8b9548e4d855059
GitOrigin-RevId: 0fb095cbd199fbbaf0ec7fe55a55fc3b937f7c7e
Change-Id: I30fd9c9f24e2f9c9656794234363f24dc647377d
1 file changed
tree: cda49a4cfb4a6b4221989fb177b349dcf9cb6f4c
  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.