Home
last modified time | relevance | path

Searched defs:BaseModuleContext (Results 1 – 25 of 26) sorted by relevance

12

/build/soong/android/
Dimage.go20 ImageMutatorBegin(ctx BaseModuleContext)
23 CoreVariantNeeded(ctx BaseModuleContext) bool
27 RamdiskVariantNeeded(ctx BaseModuleContext) bool
31 RecoveryVariantNeeded(ctx BaseModuleContext) bool
36 ExtraImageVariations(ctx BaseModuleContext) []string
42 SetImageVariation(ctx BaseModuleContext, variation string, module Module)
Dvisibility.go238 func checkRules(ctx BaseModuleContext, currentPkg, property string, visibility []string) {
316 func parseRules(ctx BaseModuleContext, currentPkg, property string, visibility []string) compositeR…
391 func splitRule(ctx BaseModuleContext, ruleExpression string, currentPkg, property string) (bool, st…
462 func createQualifiedModuleName(ctx BaseModuleContext) qualifiedModuleName {
492 func EffectiveVisibilityRules(ctx BaseModuleContext, module Module) []string {
Dapi_levels.go90 func ApiStrToNum(ctx BaseModuleContext, apiLevel string) (int, error) {
Dapex.go44 DepIsInSameApex(ctx BaseModuleContext, dep Module) bool
130 ShouldSupportSdkVersion(ctx BaseModuleContext, sdkVersion int) error
Doverride_module.go109 override(ctx BaseModuleContext, o OverrideModule)
Dsdk.go82 func ParseSdkRef(ctx BaseModuleContext, str string, property string) SdkRef {
Darch.go785 func GetOsSpecificVariantsOfCommonOSVariant(mctx BaseModuleContext) []Module {
Dmodule.go106 type BaseModuleContext interface { interface
275 qualifiedModuleId(ctx BaseModuleContext) qualifiedModuleName
2435 func CheckBlueprintSyntax(ctx BaseModuleContext, filename string, contents string) []error {
/build/soong/cc/
Dcheck.go29 func CheckBadCompilerFlags(ctx BaseModuleContext, prop string, flags []string) {
72 func CheckBadLinkerFlags(ctx BaseModuleContext, prop string, flags []string) {
Dstl.go138 func needsLibAndroidSupport(ctx BaseModuleContext) bool {
158 func staticUnwinder(ctx android.BaseModuleContext) string {
Dcoverage.go161 func SetCoverageProperties(ctx android.BaseModuleContext, properties CoverageProperties, moduleType…
196 IsNativeCoverageNeeded(ctx android.BaseModuleContext) bool
Dndk_library.go110 func normalizeNdkApiLevel(ctx android.BaseModuleContext, apiLevel string,
154 func shouldUseVersionScript(ctx android.BaseModuleContext, stub *stubDecorator) (bool, error) {
Dpgo.go54 func recordMissingProfileFile(ctx BaseModuleContext, missing string) {
Dsanitize.go988 IsSanitizerEnabled(ctx android.BaseModuleContext, sanitizerName string) bool
Dcc.go361 type BaseModuleContext interface { interface
372 begin(ctx BaseModuleContext)
379 compilerInit(ctx BaseModuleContext)
390 linkerInit(ctx BaseModuleContext)
1079 android.BaseModuleContext anonMember
2906 func decodeSdkVersionString(ctx android.BaseModuleContext, versionString string) (int, error) {
Dcc_test.go2846 BaseModuleContext anonMember
Dlibrary.go1540 func normalizeVersions(ctx android.BaseModuleContext, versions []string) {
/build/soong/apex/
Dapex.go823 func addFlattenedFileContextsInfos(ctx android.BaseModuleContext, fileContextsInfo string) {
1181 func newApexFile(ctx android.BaseModuleContext, builtFile android.Path, androidMkModuleName string,…
1615 func apexFileForNativeLibrary(ctx android.BaseModuleContext, ccMod *cc.Module, handleSpecialLibs bo…
1648 func apexFileForExecutable(ctx android.BaseModuleContext, cc *cc.Module) apexFile {
1662 func apexFileForPyBinary(ctx android.BaseModuleContext, py *python.Module) apexFile {
1667 func apexFileForGoBinary(ctx android.BaseModuleContext, depName string, gb bootstrap.GoBinaryTool) …
1681 func apexFileForShBinary(ctx android.BaseModuleContext, sh *sh.ShBinary) apexFile {
1704 func apexFileForJavaLibrary(ctx android.BaseModuleContext, module javaModule) apexFile {
1714 func apexFileForPrebuiltEtc(ctx android.BaseModuleContext, prebuilt prebuilt_etc.PrebuiltEtcModule,…
1720 func apexFileForCompatConfig(ctx android.BaseModuleContext, config java.PlatformCompatConfigIntf, d…
[all …]
/build/soong/java/
Ddexpreopt.go24 dexpreoptDisabled(ctx android.BaseModuleContext) bool
Dsdk.go54 func UseApiFingerprint(ctx android.BaseModuleContext) bool {
Dsdk_library.go886 SdkHeaderJars(ctx android.BaseModuleContext, sdkVersion sdkSpec) android.Paths
893 SdkImplementationJars(ctx android.BaseModuleContext, sdkVersion sdkSpec) android.Paths
1357 func PrebuiltJars(ctx android.BaseModuleContext, baseName string, s sdkSpec) android.Paths {
Dapp.go828 RequiresStableAPIs(ctx android.BaseModuleContext) bool
/build/soong/rust/
Dlibrary.go435 func validateLibraryStem(ctx BaseModuleContext, filename string, crate_name string) {
Drust.go578 type BaseModuleContext interface { interface
602 android.BaseModuleContext anonMember
/build/blueprint/
Dmodule_ctx.go193 type BaseModuleContext interface { interface

12