commit | ac3cf2ea9d84b87c71229973e7ce440ee78bfb82 | [log] [tgz] |
---|---|---|
author | Evgenii Stepanov <eugenis@google.com> | Wed Feb 01 19:33:01 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 01 19:33:01 2017 +0000 |
tree | 025d6a3536388bfe158a7edaaafdcc3eac6668c9 | |
parent | 16cebae0af6db5c787a2a34b091e72a0877e644c [diff] | |
parent | afe25958b66f6186ada566a7c4af6b776b00cc42 [diff] |
Merge "Disable integer sanitization on host." am: afe25958b6 Change-Id: Ife305a5aabaf4da63de54819f5895576e2078ba5
diff --git a/libcutils/Android.bp b/libcutils/Android.bp index cf266dc..8ba7452 100644 --- a/libcutils/Android.bp +++ b/libcutils/Android.bp
@@ -103,6 +103,9 @@ "trace-dev.c", "uevent.c", ], + sanitize: { + misc_undefined: ["integer"], + }, }, android_arm: { @@ -153,9 +156,6 @@ ], clang: true, - sanitize: { - misc_undefined: ["integer"], - }, } subdirs = ["tests"]