Home
last modified time | relevance | path

Searched refs:DexImport (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Djava.go2691 type DexImport struct { struct
2705 func (j *DexImport) Prebuilt() *android.Prebuilt { argument
2709 func (j *DexImport) PrebuiltSrcs() []string { argument
2713 func (j *DexImport) Name() string { argument
2717 func (j *DexImport) Stem() string { argument
2721 func (a *DexImport) JacocoReportClassesFile() android.Path { argument
2725 func (a *DexImport) LintDepSets() LintDepSets { argument
2729 func (j *DexImport) IsInstallable() bool { argument
2733 func (j *DexImport) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
2788 func (j *DexImport) DexJar() android.Path { argument
[all …]
Dandroidmk.go206 func (prebuilt *DexImport) AndroidMkEntries() []android.AndroidMkEntries {
/build/soong/apex/
Dapex.go1763 var _ javaDependency = (*java.DexImport)(nil)
2051 case *java.Library, *java.SdkLibrary, *java.DexImport, *java.SdkLibraryImport: