summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen2016-07-13 03:21:40 -0500
committerandroid-build-merger2016-07-13 03:21:40 -0500
commit8333a913b86833b9c2290853a8e6963dca9007fa (patch)
tree9fbf6de38d6a635f6bbfa4086b860235e4ca7cc8 /libutils/Android.bp
parent2fedbf79bb29960a4d3a9b632f75f13f876164c9 (diff)
parentfc36f6fab624dac75ff4c1a28b7833cdb1db0540 (diff)
downloadplatform-system-core-8333a913b86833b9c2290853a8e6963dca9007fa.tar.gz
platform-system-core-8333a913b86833b9c2290853a8e6963dca9007fa.tar.xz
platform-system-core-8333a913b86833b9c2290853a8e6963dca9007fa.zip
Merge \"libutils: Limit integer sanitize to target only\"
am: fc36f6fab6 Change-Id: I6bab757829cffa84f6bdae3edfa81597567704ce
Diffstat (limited to 'libutils/Android.bp')
-rw-r--r--libutils/Android.bp7
1 files changed, 4 insertions, 3 deletions
diff --git a/libutils/Android.bp b/libutils/Android.bp
index 1288da13b..25c779ea1 100644
--- a/libutils/Android.bp
+++ b/libutils/Android.bp
@@ -66,6 +66,10 @@ cc_library {
66 "libdl", 66 "libdl",
67 "liblog", 67 "liblog",
68 ], 68 ],
69
70 sanitize: {
71 misc_undefined: ["integer"],
72 },
69 }, 73 },
70 74
71 host: { 75 host: {
@@ -96,9 +100,6 @@ cc_library {
96 }, 100 },
97 101
98 clang: true, 102 clang: true,
99 sanitize: {
100 misc_undefined: ["integer"],
101 },
102} 103}
103 104
104// Include subdirectory makefiles 105// Include subdirectory makefiles