OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dc2e6b
)
Disable integer sanitization on host.
author
Evgenii Stepanov
<eugenis@google.com>
Wed, 1 Feb 2017 00:37:44 +0000
(16:37 -0800)
committer
Evgenii Stepanov
<eugenis@google.com>
Wed, 1 Feb 2017 00:37:44 +0000
(16:37 -0800)
Test: NFC until https://android-review.googlesource.com/#/c/329510
Change-Id: I0183556d5b945c689934664fe7f15caa18a0997d
libs/input/Android.bp
patch
|
blob
|
history
diff --git
a/libs/input/Android.bp
b/libs/input/Android.bp
index
bd28af1
..
9485d5b
100644
(file)
--- a/
libs/input/Android.bp
+++ b/
libs/input/Android.bp
@@
-28,9
+28,6
@@
cc_library {
],
clang: true,
- sanitize: {
- misc_undefined: ["integer"],
- },
shared_libs: [
"liblog",
@@
-50,6
+47,10
@@
cc_library {
"libutils",
"libbinder",
],
+
+ sanitize: {
+ misc_undefined: ["integer"],
+ },
},
host: {
shared: {