Home
last modified time | relevance | path

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

/build/soong/java/
Drobolectric.go363 type robolectricRuntimes struct { struct
364 android.ModuleBase
366 props robolectricRuntimesProperties
368 runtimes []android.InstallPath
371 func (r *robolectricRuntimes) TestSuites() []string {
377 func (r *robolectricRuntimes) DepsMutator(ctx android.BottomUpMutatorContext) {
383 func (r *robolectricRuntimes) GenerateAndroidBuildActions(ctx android.ModuleContext) {
415 func (r *robolectricRuntimes) InstallBypassMake() bool { return true }
416 func (r *robolectricRuntimes) InstallInTestcases() bool { return true }
417 func (r *robolectricRuntimes) InstallForceOS() (*android.OsType, *android.ArchType) {