Searched refs:android_build_top (Results 1 – 4 of 4) sorted by relevance
/development/scripts/ |
D | acov-llvm.py | 59 def android_build_top(): function 65 android_build_top() / 'build/soong/scripts/get_clang_version.py', 70 CLANG_TOP = android_build_top() / 'prebuilts/clang/host/linux-x86/' \
|
/development/vndk/snapshot/ |
D | utils.py | 93 def get_out_dir(android_build_top): argument 94 return _get_dir_from_env('OUT_DIR', join_realpath(android_build_top,
|
D | check_gpl_license.py | 39 def __init__(self, install_dir, android_build_top, gpl_projects, argument 54 self._android_build_top = android_build_top
|
/development/vndk/tools/elfcheck/elfcheck/ |
D | rewriter.py | 108 def __init__(self, mk_path, variables=None, android_build_top=None): argument 117 if android_build_top is None: 120 self._android_build_top = android_build_top
|