HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_DIR (Results 1 - 4 of 4) sorted by null

  /external/libcxx/
run_tests.py 27 ANDROID_DIR = os.path.realpath(os.path.join(THIS_DIR, '../..'))
120 out_dir = os.getenv('OUT_DIR', os.path.join(ANDROID_DIR, 'out'))
125 os.path.join(out_dir, 'soong/host/linux-x86/bin'), ANDROID_DIR)
129 rel_out_dir = os.path.relpath(product_out, ANDROID_DIR)
134 check_call(['make', '-C', ANDROID_DIR, target])
139 os.path.join(ANDROID_DIR, 'prebuilts/build-tools/linux-x86/bin/ninja'),
140 '-C', ANDROID_DIR, '-f', ninja_path, '-t', 'commands', target
164 lit_path = os.path.join(ANDROID_DIR, 'external/llvm/utils/lit/lit.py')
177 os.path.join(ANDROID_DIR, 'external/libcxxabi/test')
  /external/clang/
update-prebuilts.py 30 ANDROID_DIR = os.path.realpath(os.path.join(THIS_DIR, '../..'))
36 return os.path.join(ANDROID_DIR, *args)
  /external/v8/tools/testrunner/local/
android.py 16 ANDROID_DIR = os.path.join(BASE_DIR, 'build', 'android')
34 assert os.path.exists(ANDROID_DIR)
35 sys.path.insert(0, ANDROID_DIR)
  /bionic/libc/kernel/tools/
generate_uapi_headers.sh 41 ANDROID_DIR=""

Completed in 241 milliseconds