Home | History | Annotate | Download | only in tests

Lines Matching refs:ndk

17 """Runs all NDK tests.
46 import ndk
175 os.environ['NDK'], 'toolchains', 'llvm', 'prebuilt',
176 ndk.get_host_tag(), 'bin', 'asan_device_setup')
272 if 'NDK' not in os.environ:
273 os.environ['NDK'] = os.path.dirname(os.getcwd())
285 sys.exit('Error: Not run from a valid NDK.')
309 # ndk-build defaults, so we need to inform the build that we need PIE
321 adb.shell('rm -r /data/local/tmp/ndk-tests')
322 adb.shell('mkdir /data/local/tmp/ndk-tests')