All the recent jobs fail like so:
https://ci.chromium.org/buildbot/tryserver.chromium.perf/Android%20Compile%20Perf/698
""" to /b/c/b/Android_Compile_Perf/src/out/Release/args.gn.
/b/c/b/Android_Compile_Perf/src/buildtools/linux64/gn gen //out/Release --check --runtime-deps-list-file=/b/c/b/Android_Compile_Perf/src/out/Release/runtime_deps
-> returned 1
ERROR at //build/config/android/rules.gni:3208:32: Could not read file.
_scanned_files = read_file(_info_path, "scope")
^---------
I resolved this to "/b/c/b/Android_Compile_Perf/src/third_party/android_deps/repository/android_arch_lifecycle_runtime/android_arch_lifecycle_runtime.info".
See //third_party/android_deps/BUILD.gn:149:1: whence it was called.
android_aar_prebuilt("android_arch_lifecycle_runtime_java") {
^------------------------------------------------------------
See //build/config/android/internal_rules.gni:117:23: which caused the file to be included.
deps += [ "${_target_label}__build_config" ]
^-------------------------------
The last good build was https://ci.chromium.org/buildbot/tryserver.chromium.perf/Android%20Compile%20Perf/644
Comment 1 by w...@chromium.org
, Jun 5 2018