Searched defs:robolectricRuntimes (Results 1 – 1 of 1) sorted by relevance
432 type robolectricRuntimes struct { struct433 android.ModuleBase435 props robolectricRuntimesProperties437 runtimes []android.InstallPath439 forceOSType android.OsType440 forceArchType android.ArchType443 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 …]