xref: /llvm-project/compiler-rt/test/asan/TestCases/Android/lit.local.cfg.py (revision f98ee40f4b5d7474fc67e82824bf6abbaedb7b1c)
1def getRoot(config):
2    if not config.parent:
3        return config
4    return getRoot(config.parent)
5
6
7root = getRoot(config)
8
9if root.android != "1":
10    config.unsupported = True
11
12config.substitutions.append(("%device", "/data/local/tmp/Output"))
13