Home
last modified time | relevance | path

Searched refs:IsForPlatform (Results 1 – 13 of 13) sorted by relevance

/build/soong/java/
Dandroidmk.go26 if !library.IsForPlatform() {
67 hideFromMake := !library.IsForPlatform()
78 if library.IsForPlatform() && len(checkedModulePaths) != 0 {
185 if !prebuilt.IsForPlatform() || !prebuilt.ContainingSdk().Unversioned() {
207 if !prebuilt.IsForPlatform() {
235 if !prebuilt.IsForPlatform() {
305 if !app.IsForPlatform() || app.appProperties.HideFromMake {
453 if !a.IsForPlatform() {
666 if !a.IsForPlatform() {
Ddexpreopt.go97 if am, ok := ctx.Module().(android.ApexModule); ok && !am.IsForPlatform() {
Dhiddenapi_singleton.go162 if android.InAnyApex(module.Name()) && !a.IsForPlatform() {
Dapp.go483 !a.IsForPlatform()
507 !a.IsForPlatform() || a.appProperties.AlwaysPackageNativeLibs
815 if (Bool(a.Module.properties.Installable) || ctx.Host()) && a.IsForPlatform() {
1532 if a.IsForPlatform() {
Djava.go676 if android.DirectlyInAnyApex(ctx, ctx.ModuleName()) && !isJacocoAgent && !j.IsForPlatform() {
1649 if android.DirectlyInAnyApex(ctx, ctx.ModuleName()) && !j.IsForPlatform() {
1986 if am, ok := ctx.Module().(android.ApexModule); ok && !am.IsForPlatform() {
2021 exclusivelyForApex := android.InAnyApex(ctx.ModuleName()) && !j.IsForPlatform()
2893 if j.IsForPlatform() {
Dlint.go454 …if apex, ok := m.(android.ApexModule); ok && apex.NotAvailableForPlatform() && apex.IsForPlatform(…
Ddexpreopt_bootjars.go267 …} else if isApexModule && apex.IsForPlatform() && Bool(module.(*Library).deviceProperties.Hostdex)…
Dsdk_library.go2126 if !module.IsForPlatform() {
/build/soong/android/
Dapex.go85 IsForPlatform() bool methodSpec
200 func (m *ApexModuleBase) IsForPlatform() bool { func
Dmodule.go1317 if apex, ok := m.module.(ApexModule); ok && !apex.IsForPlatform() {
/build/soong/cc/
Dcc.go1265 return ctx.mod.IsForPlatform()
2220 if !c.IsForPlatform() {
2358 } else if c.IsForPlatform() {
2854 if c.IsForPlatform() {
Dandroidmk.go66 if c.Properties.HideFromMake || !c.IsForPlatform() {
Dvendor_snapshot.go548 if !m.IsForPlatform() || m.isSnapshotPrebuilt() || !m.inVendor() {