aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-02 10:41:08 -0700
committerDan Willemsen <dwillemsen@google.com>2017-10-02 10:41:08 -0700
commit040b198ed24f5b67eaa6415459c05d68453b19f3 (patch)
tree7d22da153c2003902ab43a5e39fefa29490e6d8d
parentd45ab32d0e6683bb569adc4e67ff62532803cb1c (diff)
downloadfec-040b198ed24f5b67eaa6415459c05d68453b19f3.tar.gz
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: Ida5e4bf582a1d8f815f7ef1faa59028c3a035eee Exempt-From-Owner-Approval: build system cleanup
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4912db2..37b6f50 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,7 +16,7 @@ cc_library_static {
export_include_dirs: ["."],
target: {
- linux: {
+ linux_glibc: {
sanitize: {
misc_undefined: ["integer"],
},