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