Home
last modified time | relevance | path

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

/build/soong/java/
Dapp.go154 bundleFile android.Path member
709 bundleFile := android.PathForModuleOut(ctx, "base.zip")
710 BuildBundleModule(ctx, bundleFile, a.exportPackage, jniJarFile, dexJarFile)
711 a.bundleFile = bundleFile
Dandroidmk.go341 if app.bundleFile != nil {
342 entries.SetPath("LOCAL_SOONG_BUNDLE", app.bundleFile)