Home
last modified time | relevance | path

Searched refs:SystemExtSpecific (Results 1 – 12 of 12) sorted by relevance

/build/soong/android/
Dearly_module_context.go73 SystemExtSpecific() bool methodSpec
167 func (e *earlyModuleContext) SystemExtSpecific() bool { func
Daconfig_providers.go215 } else if m.SystemExtSpecific() {
Dvisibility.go465 } else if ctx.SystemExtSpecific() {
Dmodule.go1354 return !m.DeviceSpecific() && !m.SocSpecific() && !m.ProductSpecific() && !m.SystemExtSpecific()
1369 func (m *ModuleBase) SystemExtSpecific() bool { func
1403 } else if m.SystemExtSpecific() {
Dpaths.go1922 } else if ctx.SystemExtSpecific() {
/build/soong/java/
Dsdk_library_external.go58 if j.Platform() || j.SystemExtSpecific() {
Drro.go104 } else if ctx.SystemExtSpecific() {
Dsdk_library.go3291 } else if module.SystemExtSpecific() {
/build/soong/rust/
Dimage_test.go183 return m.SystemExtSpecific()
/build/soong/sysprop/
Dsysprop_library.go555 installedInSystem := ctx.Platform() || ctx.SystemExtSpecific()
/build/soong/apex/
Dprebuilt.go1130 func (*systemExtContext) SystemExtSpecific() bool { func
/build/soong/cc/
Dcc_test.go189 return m.SystemExtSpecific()