Home
last modified time | relevance | path

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

/build/soong/java/
Dapp.go390 if (usesSDK && !a.RequiresStableAPIs(ctx) &&
828 RequiresStableAPIs(ctx android.BaseModuleContext) bool methodSpec
841 app.sdkVersion().kind != sdkCorePlatform && !app.RequiresStableAPIs(ctx)
Djava.go98 if j.RequiresStableAPIs(ctx) {
/build/soong/android/
Dmodule.go988 func (m *ModuleBase) RequiresStableAPIs(ctx BaseModuleContext) bool { func