Revert "Port uses-shared library verification and dexpreopting to Soong"

This reverts commit b66d7b1c20.

Reason for revert: broke unbundled builds

Change-Id: I96ae287885107079de4a26e6b100ad8ed66961c0
This commit is contained in:
Colin Cross
2019-05-29 20:28:47 +00:00
parent b66d7b1c20
commit c032498336
12 changed files with 32 additions and 304 deletions

View File

@@ -1103,10 +1103,6 @@ func (c *config) ProductCompatibleProperty() bool {
return Bool(c.productVariables.ProductCompatibleProperty)
}
func (c *config) MissingUsesLibraries() []string {
return c.productVariables.MissingUsesLibraries
}
func (c *deviceConfig) BoardVndkRuntimeDisable() bool {
return Bool(c.config.productVariables.BoardVndkRuntimeDisable)
}