Home
last modified time | relevance | path

Searched defs:robolectricRuntimes (Results 1 – 1 of 1) sorted by relevance

/build/soong/java/
Drobolectric.go432 type robolectricRuntimes struct { struct
433 android.ModuleBase
435 props robolectricRuntimesProperties
437 runtimes []android.InstallPath
439 forceOSType android.OsType
440 forceArchType android.ArchType
443 func (r *robolectricRuntimes) TestSuites() []string {
449 func (r *robolectricRuntimes) DepsMutator(ctx android.BottomUpMutatorContext) {
455 func (r *robolectricRuntimes) GenerateAndroidBuildActions(ctx android.ModuleContext) {
492 func (r *robolectricRuntimes) InstallInTestcases() bool { return true }
[all …]