Package robolectric tests for tradefed
Package a slightly modified copy of the robolectric tests with the dependencies statically included into the testcases directory and into a robolectric-tests.zip. Test: m robolectric-tests Change-Id: I73f51727695136d2a849d36af1683e93f7e156a3
This commit is contained in:
@@ -130,7 +130,7 @@ func manifestFixer(ctx android.ModuleContext, manifest android.Path, sdkContext
|
||||
},
|
||||
})
|
||||
|
||||
return fixedManifest
|
||||
return fixedManifest.WithoutRel()
|
||||
}
|
||||
|
||||
func manifestMerger(ctx android.ModuleContext, manifest android.Path, staticLibManifests android.Paths,
|
||||
@@ -155,5 +155,5 @@ func manifestMerger(ctx android.ModuleContext, manifest android.Path, staticLibM
|
||||
},
|
||||
})
|
||||
|
||||
return mergedManifest
|
||||
return mergedManifest.WithoutRel()
|
||||
}
|
||||
|
Reference in New Issue
Block a user