Home
last modified time | relevance | path

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

/build/soong/apex/
Ddeapexer.go75 inputApex android.Path member
95 p.inputApex = android.OptionalPathForModuleSrc(ctx, p.selectedApexProperties.Selected_apex).Path()
129 Input(p.inputApex).
Dapex_test.go4172 if prebuilt.inputApex.String() != expectedInput {
4173 …t.Errorf("inputApex invalid. expected: %q, actual: %q", expectedInput, prebuilt.inputApex.String())