Home
last modified time | relevance | path

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

/build/soong/java/
Djava.go1798 type Import struct { struct
1799 android.ModuleBase
1800 android.DefaultableModuleBase
1801 prebuilt android.Prebuilt
1803 properties ImportProperties
1805 combinedClasspathFile android.Path
1806 exportedSdkLibs []string
1809 func (j *Import) sdkVersion() string {
1813 func (j *Import) minSdkVersion() string {
1817 func (j *Import) Prebuilt() *android.Prebuilt {
[all …]
/build/blueprint/
Dpackage_ctx.go58 Import(pkgPath string) methodSpec
217 func (p *packageContext) Import(pkgPath string) { func