aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-11-17 00:25:59 -0800
committerDan Willemsen <dwillemsen@google.com>2016-11-17 01:49:50 -0800
commit00fcbde4013a1289a5bd3f7e19ce81eb70b6c707 (patch)
treee19f2aae5de40b6c74da208e689ebc383b42fe3c /Android.bp
parent0a37a2a2b8a88759e3e5dccec9dfc05ac2eb375e (diff)
downloadbuild_soong-00fcbde4013a1289a5bd3f7e19ce81eb70b6c707.tar.gz
build_soong-00fcbde4013a1289a5bd3f7e19ce81eb70b6c707.tar.bz2
build_soong-00fcbde4013a1289a5bd3f7e19ce81eb70b6c707.zip
Add LinuxBionic OsType
Actual support will come in later changes. Bug: 31559095 Test: out/soong/build.ninja is identical Change-Id: I31392fb78a51f43567d16aef89e32cd5137cdbc1
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 93240200..66702b1e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -187,6 +187,23 @@ bootstrap_go_package {
}
//
+// Defaults to enable various configurations of host bionic
+//
+
+cc_defaults {
+ name: "linux_bionic_supported",
+ host_supported: true,
+ target: {
+ host: {
+ enabled: false,
+ },
+ linux_bionic: {
+ enabled: true,
+ },
+ },
+}
+
+//
// C static libraries extracted from the gcc toolchain
//