Searched refs:AOSP_DIR (Results 1 – 2 of 2) sorted by relevance
/development/vndk/tools/header-checker/utils/ |
D | utils.py | 16 AOSP_DIR = os.environ['ANDROID_BUILD_TOP'] variable 23 os.path.join(AOSP_DIR, 'bionic', 'libc', 'include'), 24 os.path.join(AOSP_DIR, 'external', 'libcxx', 'include'), 25 os.path.join(AOSP_DIR, 'prebuilts', 'clang-tools', 'linux-x86', 83 if AOSP_DIR in f.read(): 130 subprocess.check_call(cmd, cwd=AOSP_DIR) 145 subprocess.check_call(cmd, cwd=AOSP_DIR) 153 subprocess.check_call(make_cmd, cwd=AOSP_DIR) 253 lsdump_paths_file_abspath = os.path.join(AOSP_DIR, lsdump_paths_file_path) 282 return [(tag, os.path.join(AOSP_DIR, path)) for tag, path in result] [all …]
|
D | create_reference_dumps.py | 10 AOSP_DIR, COMPRESSED_SOURCE_ABI_DUMP_EXT, SOURCE_ABI_DUMP_EXT, 18 PREBUILTS_ABI_DUMPS_DEFAULT = os.path.join(AOSP_DIR, 'prebuilts', 'abi-dumps') 20 SOONG_DIR = os.path.join(AOSP_DIR, 'out', 'soong', '.intermediates')
|