Merge "Simplify TestSdkInstall"
This commit is contained in:
commit
19afb3c0c3
1 changed files with 2 additions and 5 deletions
|
@ -309,16 +309,13 @@ func TestPrebuiltVisibilityProperty_AddPrivate(t *testing.T) {
|
|||
`)
|
||||
}
|
||||
|
||||
func TestSDkInstall(t *testing.T) {
|
||||
func TestSdkInstall(t *testing.T) {
|
||||
sdk := `
|
||||
sdk {
|
||||
name: "mysdk",
|
||||
}
|
||||
`
|
||||
result := testSdkWithFs(t, ``,
|
||||
map[string][]byte{
|
||||
"Android.bp": []byte(sdk),
|
||||
})
|
||||
result := testSdkWithFs(t, sdk, nil)
|
||||
|
||||
result.CheckSnapshot("mysdk", "",
|
||||
checkAllOtherCopyRules(`.intermediates/mysdk/common_os/mysdk-current.zip -> mysdk-current.zip`),
|
||||
|
|
Loading…
Reference in a new issue