Revert^3 "Implement detecting container violations."

2a88491afc

Change-Id: Iba4527f391a093703978fe01177b56fec4604b28
This commit is contained in:
Priyanka Advani (xWF)
2024-08-28 23:10:29 +00:00
committed by Gerrit Code Review
parent 2a88491afc
commit 33b3a638a5
17 changed files with 19 additions and 225 deletions

View File

@@ -2099,7 +2099,6 @@ func (module *SdkLibrary) topLevelStubsLibraryProps(mctx android.DefaultableHook
props.Dist.Dir = proptools.StringPtr(module.apiDistPath(apiScope))
props.Dist.Tag = proptools.StringPtr(".jar")
}
props.Is_stubs_module = proptools.BoolPtr(true)
return props
}