Home
last modified time | relevance | path

Searched refs:AOSP_DIR (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/utils/
Dutils.py15 AOSP_DIR = os.environ['ANDROID_BUILD_TOP'] variable
22 os.path.join(AOSP_DIR, 'bionic', 'libc', 'include'),
23 os.path.join(AOSP_DIR, 'external', 'libcxx', 'include'),
24 os.path.join(AOSP_DIR, 'prebuilts', 'clang-tools', 'linux-x86',
82 if AOSP_DIR in f.read():
129 subprocess.check_call(cmd, cwd=AOSP_DIR)
144 subprocess.check_call(cmd, cwd=AOSP_DIR)
152 subprocess.check_call(make_cmd, cwd=AOSP_DIR)
252 lsdump_paths_file_abspath = os.path.join(AOSP_DIR, lsdump_paths_file_path)
281 return [(tag, os.path.join(AOSP_DIR, path)) for tag, path in result]
[all …]
Dcreate_reference_dumps.py10 AOSP_DIR, COMPRESSED_SOURCE_ABI_DUMP_EXT, SOURCE_ABI_DUMP_EXT,
19 PREBUILTS_ABI_DUMPS_DEFAULT = os.path.join(AOSP_DIR, 'prebuilts', 'abi-dumps')
21 SOONG_DIR = os.path.join(AOSP_DIR, 'out', 'soong', '.intermediates')