aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Android/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Android/lit.local.cfg')
-rw-r--r--test/asan/TestCases/Android/lit.local.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/asan/TestCases/Android/lit.local.cfg b/test/asan/TestCases/Android/lit.local.cfg
new file mode 100644
index 000000000000..42513dd3aa61
--- /dev/null
+++ b/test/asan/TestCases/Android/lit.local.cfg
@@ -0,0 +1,11 @@
+def getRoot(config):
+ if not config.parent:
+ return config
+ return getRoot(config.parent)
+
+root = getRoot(config)
+
+if root.android != "TRUE":
+ config.unsupported = True
+
+config.substitutions.append( ("%device", "/data/local/tmp/Output") )