Home
last modified time | relevance | path

Searched refs:UsePrebuilt (Results 1 – 9 of 9) sorted by relevance

/aosp12/build/soong/android/
H A Dprebuilt.go65 UsePrebuilt bool `blueprint:"mutated"` member
142 func (p *Prebuilt) UsePrebuilt() bool { func
143 return p.properties.UsePrebuilt
247 return p.UsePrebuilt()
317 p.properties.UsePrebuilt = p.usePrebuilt(ctx, nil, m)
323 p.properties.UsePrebuilt = true
337 if p.properties.UsePrebuilt {
H A Dsdk_version.go149 func (s SdkSpec) UsePrebuilt(ctx EarlyModuleContext) bool { func
H A Doverride_module.go251 if prebuilt.UsePrebuilt() {
H A Dprebuilt_test.go344 if !p.Prebuilt().properties.UsePrebuilt {
/aosp12/build/soong/apex/
H A Dkey.go150 m.Prebuilt().UsePrebuilt() {
/aosp12/build/soong/java/
H A Dapp_import_test.go428 if !a.prebuilt.UsePrebuilt() {
H A Dsdk.go78 if sdkVersion.UsePrebuilt(ctx) {
H A Dsdk_library.go1589 if s.UsePrebuilt(ctx) {
/aosp12/build/soong/dexpreopt/
H A Dconfig.go426 if p := android.GetEmbeddedPrebuilt(child); p != nil && p.UsePrebuilt() {