From 50ddcc4b6964a6a62b83fcdb38a650a64c9dc216 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 16 May 2019 12:28:22 -0700 Subject: 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. This reapplies Id25f55f07a55120bebe2a9b32c094209efc85c8b with fixes for unbundled builds and builds with ALLOW_MISSING_DEPENDENCIES=true set. Bug: 132357300 Test: app_test.go Test: m checkbuild Change-Id: I964309a68ec4ed081f3f3154879c71048ecb5455 --- android/variable.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android/variable.go') diff --git a/android/variable.go b/android/variable.go index ff3ebaf00..d039a1659 100644 --- a/android/variable.go +++ b/android/variable.go @@ -306,6 +306,8 @@ type productVariables struct { ProductCompatibleProperty *bool `json:",omitempty"` TargetFSConfigGen []string `json:",omitempty"` + + MissingUsesLibraries []string `json:",omitempty"` } func boolPtr(v bool) *bool { -- cgit v1.2.3-59-g8ed1b