commit | ab65cd0e89829675fec75d629019b10511584100 | [log] [tgz] |
---|---|---|
author | Vishwath Mohan <vishwath@google.com> | Fri Jan 05 13:35:03 2018 -0800 |
committer | Vishwath Mohan <vishwath@google.com> | Fri Jan 05 13:35:03 2018 -0800 |
tree | 7221fc056fed75a500ba198f6094abb16c3486f0 | |
parent | adbb6149d39960bb6edd958a9b3500a64c096b31 [diff] |
Disable CFI for the keystore unit tests. This disables CFI for the unit tests. Test: m -j50 keystore_unit_tests Change-Id: I198beb0d29f2ccc4e5b2ef9e6a386e5641faaa27
diff --git a/keystore/tests/Android.bp b/keystore/tests/Android.bp index 0ddaa00..227f88f 100644 --- a/keystore/tests/Android.bp +++ b/keystore/tests/Android.bp
@@ -23,4 +23,7 @@ "liblog", ], shared_libs: ["libkeymaster_messages"], + sanitize: { + cfi: false, + } }