Home
last modified time | relevance | path

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

/build/soong/java/
Djava.go1977 type DexImport struct { struct
1978 android.ModuleBase
1979 android.DefaultableModuleBase
1980 prebuilt android.Prebuilt
1982 properties DexImportProperties
1984 dexJarFile android.Path
1985 maybeStrippedDexJarFile android.Path
1987 dexpreopter
1990 func (j *DexImport) Prebuilt() *android.Prebuilt {
1994 func (j *DexImport) PrebuiltSrcs() []string {
[all …]