Loading apex/prebuilt.go +9 −0 Original line number Diff line number Diff line Loading @@ -915,6 +915,15 @@ func (a *ApexSet) hasSanitizedSource(sanitizer string) bool { return false } func (a *ApexSet) OutputFiles(tag string) (android.Paths, error) { switch tag { case "": return android.Paths{a.outputApex}, nil default: return nil, fmt.Errorf("unsupported module reference tag %q", tag) } } // prebuilt_apex imports an `.apex` file into the build graph as if it was built with apex. func apexSetFactory() android.Module { module := &ApexSet{} Loading Loading
apex/prebuilt.go +9 −0 Original line number Diff line number Diff line Loading @@ -915,6 +915,15 @@ func (a *ApexSet) hasSanitizedSource(sanitizer string) bool { return false } func (a *ApexSet) OutputFiles(tag string) (android.Paths, error) { switch tag { case "": return android.Paths{a.outputApex}, nil default: return nil, fmt.Errorf("unsupported module reference tag %q", tag) } } // prebuilt_apex imports an `.apex` file into the build graph as if it was built with apex. func apexSetFactory() android.Module { module := &ApexSet{} Loading