Fix duplicate typo am: eb27645af9 am: 7fb64499c8

Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/2015036

Change-Id: I898fbac4b55919b6a3804064e8fadf87191b4ebd
This commit is contained in:
jiajia tang 2022-03-08 22:15:09 +00:00 committed by Automerger Merge Worker
commit 1ee93e7dc8

View file

@ -39,7 +39,7 @@ import (
// modified as necessary by the Mutator.
//
// The Module implementation can access the build configuration as well as any
// modules on which on which it depends (as defined by the "deps" property
// modules on which it depends (as defined by the "deps" property
// specified in the Blueprints file, dynamically added by implementing the
// (deprecated) DynamicDependerModule interface, or dynamically added by a
// BottomUpMutator) using the ModuleContext passed to GenerateBuildActions.