Home
last modified time | relevance | path

Searched defs:EarlyModuleContext (Results 1 – 9 of 9) sorted by relevance

/build/soong/java/
Dsdk_library_external.go55 func (j *Module) partitionGroup(ctx android.EarlyModuleContext) partitionGroup {
74 func (j *Module) allowListedInterPartitionJavaLibrary(ctx android.EarlyModuleContext) bool {
84 allowListedInterPartitionJavaLibrary(ctx android.EarlyModuleContext) bool
85 partitionGroup(ctx android.EarlyModuleContext) partitionGroup
91 func (j *Module) checkPartitionsForJavaDependency(ctx android.EarlyModuleContext, propName string, …
Dlegacy_core_platform_api_usage.go231 func useLegacyCorePlatformApi(ctx android.EarlyModuleContext) bool {
240 func corePlatformSystemModules(ctx android.EarlyModuleContext) string {
248 func corePlatformBootclasspathLibraries(ctx android.EarlyModuleContext) []string {
Dsdk.go49 func defaultJavaLanguageVersion(ctx android.EarlyModuleContext, s android.SdkSpec) javaVersion {
63 func decodeSdkDep(ctx android.EarlyModuleContext, sdkContext android.SdkContext) sdkDep {
230 func LatestSdkVersionInt(ctx android.EarlyModuleContext) int {
Dapp_import.go135 func MergePropertiesFromVariant(ctx android.EarlyModuleContext,
Dapp.go727 SdkVersion(ctx android.EarlyModuleContext) android.SdkSpec
728 MinSdkVersion(ctx android.EarlyModuleContext) android.SdkSpec
Dbootclasspath_fragment.go205 func bootclasspathFragmentInitContentsFromImage(ctx android.EarlyModuleContext, m *BootclasspathFra…
/build/soong/android/
Dsdk_version.go25 SdkVersion(ctx EarlyModuleContext) SdkSpec
30 MinSdkVersion(ctx EarlyModuleContext) SdkSpec
33 TargetSdkVersion(ctx EarlyModuleContext) SdkSpec
214 func SdkSpecFrom(ctx EarlyModuleContext, str string) SdkSpec {
Dmodule.go66 type EarlyModuleContext interface { interface
1682 func determineModuleKind(m *ModuleBase, ctx blueprint.EarlyModuleContext) moduleKind {
1932 blueprint.EarlyModuleContext anonMember
/build/blueprint/
Dmodule_ctx.go126 type EarlyModuleContext interface { interface