Searched refs:global_go (Results 1 – 1 of 1) sorted by relevance
26 def get_clang_prebuilts_version(global_go): argument32 if global_go is None:33 global_go = ANDROID_BUILD_TOP + '/build/soong/cc/config/global.go'34 with open(global_go) as infile:45 global_go = sys.argv[1] if len(sys.argv) > 1 else None46 print(get_clang_prebuilts_version(global_go));