diff --git a/recipes/recipe_modules/gclient/config.py b/recipes/recipe_modules/gclient/config.py index c43edf7df4..3164945eeb 100644 --- a/recipes/recipe_modules/gclient/config.py +++ b/recipes/recipe_modules/gclient/config.py @@ -411,6 +411,7 @@ def angle(c): soln = c.solutions.add() soln.name = 'angle' soln.url = 'https://chromium.googlesource.com/angle/angle.git' + c.got_revision_mapping['angle'] = 'got_revision' @config_ctx() def dawn(c):