summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-11 07:17:45 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-11 07:17:45 +0000
commitd87d593acb228e2f54dd76a5c3e657d854d4c2e4 (patch)
treeadc2ecf33f462d68063158d95d3c666f3d9984ec
parent208bc2e92f2b8ddcd7ecc25bf45e7e43f1f54747 (diff)
parentc3ccab73bef22a9a5037e6f277569760f2e9b68c (diff)
downloadextras-oreo-security-release.tar.gz
Change-Id: Iaec40d95adb7f45a2838320b29845192e398c39d
-rw-r--r--libfec/Android.bp8
1 files changed, 5 insertions, 3 deletions
diff --git a/libfec/Android.bp b/libfec/Android.bp
index 1145fc41..44b1c527 100644
--- a/libfec/Android.bp
+++ b/libfec/Android.bp
@@ -28,10 +28,12 @@ cc_library {
host: {
cflags: ["-D_GNU_SOURCE", "-DFEC_NO_KLOG"]
},
+ linux: {
+ sanitize: {
+ misc_undefined: ["integer"],
+ },
+ },
},
clang: true,
- sanitize: {
- misc_undefined: ["integer"],
- },
}