Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Dsystem_modules.go128 var _ SystemModulesProvider = (*systemModulesImport)(nil)
213 module := &systemModulesImport{}
222 type systemModulesImport struct { struct
227 func (system *systemModulesImport) Name() string {
231 func (system *systemModulesImport) Prebuilt() *android.Prebuilt {
238 func (system *systemModulesImport) ComponentDepsMutator(ctx android.BottomUpMutatorContext) {
256 _, ok := module.(*systemModulesImport)