Searched refs:exportPackage (Results 1 – 4 of 4) sorted by relevance
/build/soong/java/ |
D | aar.go | 88 exportPackage android.Path member 120 return a.exportPackage 349 a.exportPackage = packageRes 370 var exportPackage android.Path 373 exportPackage = aarDep.ExportPackage() 380 if exportPackage != nil { 381 sharedLibs = append(sharedLibs, exportPackage) 392 if exportPackage != nil { 393 sharedLibs = append(sharedLibs, exportPackage) 396 if exportPackage != nil { [all …]
|
D | androidmk.go | 249 entries.SetPath("LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE", prebuilt.exportPackage) 319 entries.SetPath("LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE", app.exportPackage) 473 entries.SetPath("LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE", a.exportPackage)
|
D | app.go | 799 …CreateAndSignAppPackage(ctx, packageFile, a.exportPackage, jniJarFile, dexJarFile, certificates, a… 811 BuildBundleModule(ctx, bundleFile, a.exportPackage, jniJarFile, dexJarFile) 1811 SignAppPackage(ctx, signed, r.aapt.exportPackage, certificates, lineageFile)
|
D | java.go | 1106 deps.staticResourceJars = append(deps.staticResourceJars, dep.(*AndroidApp).exportPackage)
|