Merge changes from topic "apex-allowed-deps" am: a6d18b6830 am: 256d717359

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1486216

Change-Id: I8f61808337fc79713c1cc6406c271639f3306d09
This commit is contained in:
Nikita Ioffe 2020-11-05 14:26:42 +00:00 committed by Automerger Merge Worker
commit ed95de2470
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ func (s *apexDepsInfoSingleton) GenerateBuildActions(ctx android.SingletonContex
"new_allowed_deps": newAllowedDeps.String(),
},
})
ctx.Phony("apex-allowed-deps-check", s.allowedApexDepsInfoCheckResult)
}
func (s *apexDepsInfoSingleton) MakeVars(ctx android.MakeVarsContext) {