Home
last modified time | relevance | path

Searched refs:Selected_apex (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/apex/
H A Ddeapexer.go66 Selected_apex *string `android:"path" blueprint:"mutated"` member
95 p.inputApex = android.OptionalPathForModuleSrc(ctx, p.selectedApexProperties.Selected_apex).Path()
H A Dprebuilt.go601 Selected_apex *string
604 Selected_apex: proptools.StringPtr(apexFileSource),
704 p.prebuiltCommonProperties.Selected_apex = proptools.StringPtr(apexFileSource)
719 …p.inputApex = android.OptionalPathForModuleSrc(ctx, p.prebuiltCommonProperties.Selected_apex).Path…
907 a.prebuiltCommonProperties.Selected_apex = proptools.StringPtr(apexFileSource)
926 inputApex := android.OptionalPathForModuleSrc(ctx, a.prebuiltCommonProperties.Selected_apex).Path()