Home
last modified time | relevance | path

Searched refs:IsModuleInVersionedSdk (Results 1 – 4 of 4) sorted by relevance

/build/soong/java/
Dbootclasspath_fragment.go224 if android.IsModuleInVersionedSdk(m) {
275 if android.IsModuleInVersionedSdk(b) {
444 if !android.IsModuleInVersionedSdk(ctx.Module()) {
676 if android.IsModuleInVersionedSdk(ctx.Module()) {
Dplatform_compat_config.go229 if android.IsModuleInVersionedSdk(module) {
Dhiddenapi_modular.go1131 if android.IsModuleInVersionedSdk(ctx.Module()) {
/build/soong/android/
Dsdk.go227 func IsModuleInVersionedSdk(module Module) bool { func