aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorDoug Horn <doughorn@google.com>2019-01-17 14:44:05 -0800
committerDoug Horn <doughorn@google.com>2019-01-24 18:59:29 +0000
commitc32c6b0d79b0f907328cce9077d6d5a3864ca269 (patch)
treec00cf77e1e48b7486fd59ced827e138f0fe04760 /Android.bp
parent590b1ae37cb8db754b3fc1d139b6490c4ca5752f (diff)
downloadbuild_soong-c32c6b0d79b0f907328cce9077d6d5a3864ca269.tar.gz
build_soong-c32c6b0d79b0f907328cce9077d6d5a3864ca269.tar.bz2
build_soong-c32c6b0d79b0f907328cce9077d6d5a3864ca269.zip
Support building for Fuchsia.
This CL adds configs for the arm64 and x64 fuchsia device targets, sets up the necessary linker flags, and disables some functionality that is not currently supported on Fuchsia. Bug: 119831161 Test: Compile walleye, internal validation against fuchsia_arm64-eng and fuchsia_x86_64-eng. Change-Id: I2881b99d2e3a1995e2d8c00a2d86ee101a972c94
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 03071d1d..62e276ac 100644
--- a/Android.bp
+++ b/Android.bp
@@ -97,10 +97,12 @@ bootstrap_go_package {
"cc/config/arm_device.go",
"cc/config/arm64_device.go",
+ "cc/config/arm64_fuchsia_device.go",
"cc/config/mips_device.go",
"cc/config/mips64_device.go",
"cc/config/x86_device.go",
"cc/config/x86_64_device.go",
+ "cc/config/x86_64_fuchsia_device.go",
"cc/config/x86_darwin_host.go",
"cc/config/x86_linux_host.go",