aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-02 10:41:07 -0700
committerDan Willemsen <dwillemsen@google.com>2017-10-02 10:44:42 -0700
commit9d6c6722a72d0ce56c9b03512553eebbb1f0a11a (patch)
treedbe570c93cd31c6227096dbda0744aa8e838ac8f /Android.bp
parentb93479bed6a2d38276c815f93e4b0eaeb1f49f54 (diff)
downloadbuild_soong-9d6c6722a72d0ce56c9b03512553eebbb1f0a11a.tar.gz
build_soong-9d6c6722a72d0ce56c9b03512553eebbb1f0a11a.tar.bz2
build_soong-9d6c6722a72d0ce56c9b03512553eebbb1f0a11a.zip
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]
In the future, target.linux will apply to all targets running a linux kernel (android, linux_glibc, linux_bionic). So move all current users to the specific linux_glibc. There will be another cleanup pass later that will move some instances back to target.linux if the properties should be shared with target.android and target.linux_bionic, but target.linux needs to be removed first. Test: out/soong/build.ninja identical before/after Change-Id: I04e4f984781e60feb355de7adf80c54300e0d1f5
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index b8a4f824..0e57c122 100644
--- a/Android.bp
+++ b/Android.bp
@@ -339,7 +339,7 @@ cc_genrule {
linux_bionic: {
enabled: true,
},
- linux: {
+ linux_glibc: {
enabled: false,
},
darwin: {
@@ -360,7 +360,7 @@ cc_genrule {
linux_bionic: {
enabled: true,
},
- linux: {
+ linux_glibc: {
enabled: false,
},
darwin: {