soong: generator: Update for BP1A
Change-Id: Icd8b04d2297a12a1dbbee1713e495949b7b2379a
This commit is contained in:
@@ -144,7 +144,8 @@ func (g *Module) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
|||||||
tools := map[string]android.Path{}
|
tools := map[string]android.Path{}
|
||||||
|
|
||||||
if len(g.properties.Tools) > 0 {
|
if len(g.properties.Tools) > 0 {
|
||||||
ctx.VisitDirectDepsBlueprint(func(module blueprint.Module) {
|
ctx.VisitDirectDepsProxyAllowDisabled(func(proxy android.ModuleProxy) {
|
||||||
|
module := android.PrebuiltGetPreferred(ctx, proxy)
|
||||||
switch ctx.OtherModuleDependencyTag(module) {
|
switch ctx.OtherModuleDependencyTag(module) {
|
||||||
case hostToolDepTag:
|
case hostToolDepTag:
|
||||||
tool := ctx.OtherModuleName(module)
|
tool := ctx.OtherModuleName(module)
|
||||||
|
Reference in New Issue
Block a user