Home
last modified time | relevance | path

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

/build/soong/java/
Djava.go2802 type DexImport struct { struct
2816 func (j *DexImport) Prebuilt() *android.Prebuilt { argument
2820 func (j *DexImport) PrebuiltSrcs() []string { argument
2824 func (j *DexImport) Name() string { argument
2828 func (j *DexImport) Stem() string { argument
2832 func (a *DexImport) JacocoReportClassesFile() android.Path { argument
2836 func (a *DexImport) LintDepSets() LintDepSets { argument
2840 func (j *DexImport) IsInstallable() bool { argument
2844 func (j *DexImport) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
2899 func (j *DexImport) DexJarBuildPath() android.Path { argument
[all …]
Dandroidmk.go206 func (prebuilt *DexImport) AndroidMkEntries() []android.AndroidMkEntries {
/build/soong/apex/
Dapex.go1701 var _ javaModule = (*java.DexImport)(nil)
2066 case *java.Library, *java.SdkLibrary, *java.DexImport, *java.SdkLibraryImport: