aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-03-03 03:14:34 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-03 03:14:34 +0000
commit303499d37083daed38a336910c81a8297d04452e (patch)
treee065e22b282a973a1000d76521da9fbaa54ede9c
parentb682e52b5c5b27d7577835063dadbbe99e056822 (diff)
parentb92ff4cd63008b6723d76930964bedb429b46b03 (diff)
downloadltp-303499d37083daed38a336910c81a8297d04452e.tar.gz
Disable LTP for mips
am: b92ff4cd63 Change-Id: Ie91ace67093a80e415136c4f61aed103286f8d98
-rw-r--r--Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 66e900ca5..239c8e750 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,6 +49,13 @@ cc_defaults {
"include",
],
+ // TODO: enable LTP for mips
+ arch: {
+ mips: {
+ enabled: false,
+ },
+ },
+
target: {
// bionic has broken signal handling for signum > 32 on 32-bit ARM and x86
// (for ABI reasons this can't be fixed)