Home
last modified time | relevance | path

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

/build/soong/java/
Dapp.go300 bundleFile android.Path member
810 bundleFile := android.PathForModuleOut(ctx, "base.zip")
811 BuildBundleModule(ctx, bundleFile, a.exportPackage, jniJarFile, dexJarFile)
812 a.bundleFile = bundleFile
Dandroidmk.go329 if app.bundleFile != nil {
330 entries.SetPath("LOCAL_SOONG_BUNDLE", app.bundleFile)