Searched refs:exportPackage (Results 1 – 4 of 4) sorted by relevance
/build/soong/java/ |
D | aar.go | 97 exportPackage android.Path member 140 return a.exportPackage 390 a.exportPackage = packageRes 419 var exportPackage android.Path 422 exportPackage = aarDep.ExportPackage() 429 if exportPackage != nil { 430 sharedLibs = append(sharedLibs, exportPackage) 433 if exportPackage != nil { 434 sharedLibs = append(sharedLibs, exportPackage) 437 if exportPackage != nil { [all …]
|
D | rro.go | 136 SignAppPackage(ctx, signed, r.aapt.exportPackage, certificates, nil, lineageFile)
|
D | androidmk.go | 254 entries.SetPath("LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE", prebuilt.exportPackage) 331 entries.SetPath("LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE", app.exportPackage) 491 entries.SetPath("LOCAL_SOONG_RESOURCE_EXPORT_PACKAGE", a.exportPackage)
|
D | app.go | 689 …CreateAndSignAppPackage(ctx, packageFile, a.exportPackage, jniJarFile, dexJarFile, certificates, a… 710 BuildBundleModule(ctx, bundleFile, a.exportPackage, jniJarFile, dexJarFile) 883 return []android.Path{a.exportPackage}, nil
|