summaryrefslogtreecommitdiff
path: root/libfec
diff options
context:
space:
mode:
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"],
},