Port uses-shared library verification and dexpreopting to Soong

Ports 09f3b97f4b488cd3a7b7d72038b173575b02c162 (Add support for
preopt with uses-libraries) from Make to Soong to support verifying
and preopting shared libraries.

Bug: 132357300
Test: app_test.go
Test: m checkbuild
Change-Id: Id25f55f07a55120bebe2a9b32c094209efc85c8b
This commit is contained in:
Colin Cross
2019-05-16 12:28:22 -07:00
parent 38b968555c
commit b66d7b1c20
12 changed files with 304 additions and 32 deletions

View File

@@ -306,6 +306,8 @@ type productVariables struct {
ProductCompatibleProperty *bool `json:",omitempty"`
TargetFSConfigGen []string `json:",omitempty"`
MissingUsesLibraries []string `json:",omitempty"`
}
func boolPtr(v bool) *bool {