Handle prebuiltDepTag for java modules am: 924d35b926
am: 14e1557f03
Change-Id: I8a441c40f35fd16d8dd225bf59f4a82f41e866e2
This commit is contained in:
commit
4d71601d40
|
@ -19,7 +19,6 @@ package java
|
|||
// is handled in builder.go
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"path/filepath"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
@ -646,8 +645,6 @@ func (j *Module) collectDeps(ctx android.ModuleContext) deps {
|
|||
}
|
||||
case kotlinStdlibTag:
|
||||
deps.kotlinStdlib = dep.HeaderJars()
|
||||
default:
|
||||
panic(fmt.Errorf("unknown dependency %q for %q", otherName, ctx.ModuleName()))
|
||||
}
|
||||
|
||||
deps.aidlIncludeDirs = append(deps.aidlIncludeDirs, dep.AidlIncludeDirs()...)
|
||||
|
|
Loading…
Reference in New Issue