Home
last modified time | relevance | path

Searched refs:RequiresStableAPIs (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/java/
H A Dapp.go243 if (usesSDK && !a.RequiresStableAPIs(ctx) &&
729 RequiresStableAPIs(ctx android.BaseModuleContext) bool
742 app.SdkVersion(ctx).Kind != android.SdkCorePlatform && !app.RequiresStableAPIs(ctx)
H A Dbase.go391 if j.RequiresStableAPIs(ctx) {
/aosp12/build/soong/android/
H A Dmodule.go1408 func (m *ModuleBase) RequiresStableAPIs(ctx BaseModuleContext) bool { func