Add initial fuchsia target

Add two fuchsia targets, one for x86_64 and one for arm64. The targets
are non-functional but compile.

Bug: 120845351
Test: builds

Change-Id: Ie2de71f74fc863ee8ba9b3ed0a63982942e1fdde
8 files changed
tree: f09f234588816cab5c50a5039441ef6cdff12973
  1. fuchsia_arm64/
  2. fuchsia_x86_64/
  3. AndroidProducts.mk
  4. BoardConfig_common.mk
  5. fuchsia.mk
  6. README.md
README.md

Fuchsia Device Targets

These targets are used to build ART for Fuchsia. They differ from usual Android devices as they do not target specific hardware. They will produce a fuchsia package (.far file).

Supported architectures:

  • arm64
  • x86_64