Searched defs:robolectricRuntimes (Results 1 – 1 of 1) sorted by relevance
345 type robolectricRuntimes struct { struct346 android.ModuleBase348 props robolectricRuntimesProperties350 runtimes []android.InstallPath353 func (r *robolectricRuntimes) TestSuites() []string {359 func (r *robolectricRuntimes) DepsMutator(ctx android.BottomUpMutatorContext) {365 func (r *robolectricRuntimes) GenerateAndroidBuildActions(ctx android.ModuleContext) {385 func (r *robolectricRuntimes) InstallBypassMake() bool { return true }386 func (r *robolectricRuntimes) InstallInTestcases() bool { return true }387 func (r *robolectricRuntimes) InstallForceOS() *android.OsType { return &android.BuildOs }