Add deps for kythe

This commit is contained in:
uazo 2021-11-30 15:19:22 +01:00 committed by GitHub
parent 072ea1336a
commit f4b90c3d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,11 @@ echo >>../.gclient " \"deps_file\" : 'DEPS',"
echo >>../.gclient " \"managed\" : True," echo >>../.gclient " \"managed\" : True,"
echo >>../.gclient " \"custom_deps\" : {" echo >>../.gclient " \"custom_deps\" : {"
echo >>../.gclient " }," echo >>../.gclient " },"
echo >>../.gclient " \"custom_vars\": {}," echo >>../.gclient " \"custom_vars\": {"
echo >>../.gclient " \"checkout_android_prebuilts_build_tools\": True,"
echo >>../.gclient " \"checkout_telemetry_dependencies\": False,"
echo >>../.gclient " \"codesearch\": 'Debug',"
echo >>../.gclient " },"
echo >>../.gclient " }," echo >>../.gclient " },"
echo >>../.gclient "]" echo >>../.gclient "]"
echo >>../.gclient "target_os=['android']" echo >>../.gclient "target_os=['android']"