Home
last modified time | relevance | path

Searched refs:bootDexJar (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/
Dhiddenapi_modular.go1022 bootDexJar := retrieveBootDexJarFromHiddenAPIModule(ctx, hiddenAPIModule)
1023 bootDexJars.addPath(module, bootDexJar)
1068 bootDexJar := retrieveBootDexJarFromHiddenAPIModule(ctx, hiddenAPIModule)
1070 path: bootDexJar,
1084 bootDexJar := module.bootDexJar()
1085 if bootDexJar == nil {
1087 bootDexJar = fake
1091 return bootDexJar
1215 bootDexJar := module.(interface{ DexJarBuildPath() android.Path }).DexJarBuildPath()
1216 if bootDexJar == nil {
[all …]
Dhiddenapi.go52 func (h *hiddenAPI) bootDexJar() android.Path { func
71 bootDexJar() android.Path methodSpec