Searched refs:bundleFile (Results 1 – 2 of 2) sorted by relevance
112 bundleFile android.Path member442 bundleFile := android.PathForModuleOut(ctx, "base.zip")443 BuildBundleModule(ctx, bundleFile, a.exportPackage, jniJarFile, dexJarFile)444 a.bundleFile = bundleFile
264 if app.bundleFile != nil {265 fmt.Fprintln(w, "LOCAL_SOONG_BUNDLE :=", app.bundleFile.String())