Home
last modified time | relevance | path

Searched refs:bundle (Results 1 – 7 of 7) sorted by relevance

/build/soong/apex/
Dvndk.go38 bundle := newApexBundle()
39 bundle.vndkApex = true
40 bundle.AddProperties(&bundle.vndkProperties)
41 android.AddLoadHook(bundle, func(ctx android.LoadHookContext) {
48 return bundle
Dapex.go2382 bundle := newApexBundle()
2383 bundle.testApex = testApex
2384 bundle.artApex = artApex
2385 return bundle
2391 bundle := newApexBundle()
2392 bundle.testApex = true
2393 return bundle
Dapex_test.go3086 bundle := ctx.ModuleForTests(moduleName, "android_common_image").Module().(*apexBundle)
3087 actual := proptools.String(bundle.properties.Apex_name)
3959 bundle := ctx.ModuleForTests("myapex", "android_common_myapex_image").Module().(*apexBundle)
3960 data := android.AndroidMkDataForTest(t, config, "", bundle)
3961 name := bundle.BaseModuleName()
/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.proto7 package android.bundle;
13 option java_package = "com.android.bundle";
190 // Indicates if the bundle is built in local testing mode.
Dconfig.proto7 package android.bundle;
10 option java_package = "com.android.bundle";
149 // Path to the APK inside the module (e.g. if the path inside the bundle
Dtargeting.proto7 package android.bundle;
10 option java_package = "com.android.bundle";
/build/make/tools/droiddoc/templates-ndk/
Dsdkpage.cs434 function onDownload(link, button, bundle) { in onDownload() argument
443 $("#downloadForRealz").attr('bundle', bundle); in onDownload()