Searched refs:android_build_top (Results 1 – 4 of 4) sorted by relevance
58 def android_build_top(): function64 global_go = android_build_top() / 'build/soong/cc/config/global.go'73 CLANG_TOP = android_build_top() / 'prebuilts/clang/host/linux-x86/' \
92 def get_out_dir(android_build_top): argument93 return _get_dir_from_env('OUT_DIR', join_realpath(android_build_top,
39 def __init__(self, install_dir, android_build_top, temp_artifact_dir, argument53 self._android_build_top = android_build_top
108 def __init__(self, mk_path, variables=None, android_build_top=None): argument117 if android_build_top is None:120 self._android_build_top = android_build_top