Home
last modified time | relevance | path

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

/build/soong/java/
Drobolectric.go345 type robolectricRuntimes struct { struct
346 android.ModuleBase
348 props robolectricRuntimesProperties
350 runtimes []android.InstallPath
353 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 }