summaryrefslogtreecommitdiff
path: root/libfec
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-02 10:41:11 -0700
committerDan Willemsen <dwillemsen@google.com>2017-10-02 10:41:11 -0700
commit2bfbe9482530ec81ca01e19ada3b522c27917a5b (patch)
tree36fb38505511f4b8cd5c799a9ddc61f07ba86fa3 /libfec
parent6c6b05c47a10260a5563e0bed6ce18925d9420a0 (diff)
downloadextras-2bfbe9482530ec81ca01e19ada3b522c27917a5b.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: I79c638f0e5d0db86f14cb62209ece9166ebe8585 Exempt-From-Owner-Approval: build system cleanup
Diffstat (limited to 'libfec')
-rw-r--r--libfec/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfec/Android.bp b/libfec/Android.bp
index 0364ab92..209465d9 100644
--- a/libfec/Android.bp
+++ b/libfec/Android.bp
@@ -28,7 +28,7 @@ cc_library {
host: {
cflags: ["-D_GNU_SOURCE", "-DFEC_NO_KLOG"]
},
- linux: {
+ linux_glibc: {
sanitize: {
misc_undefined: ["integer"],
},