Searched refs:android_build_top (Results 1 – 3 of 3) sorted by relevance
77 def get_out_dir(android_build_top): argument78 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