diff options
author | 2019-05-29 20:28:47 +0000 | |
---|---|---|
committer | 2019-05-29 20:28:47 +0000 | |
commit | c03249833603dc57617ec603d7939fce621c474c (patch) | |
tree | 53fc8acabdb8c09874933db962ac1ff450829d05 /android/variable.go | |
parent | b66d7b1c20f7e54a5920780ba6643e971d216d31 (diff) |
Revert "Port uses-shared library verification and dexpreopting to Soong"
This reverts commit b66d7b1c20f7e54a5920780ba6643e971d216d31.
Reason for revert: broke unbundled builds
Change-Id: I96ae287885107079de4a26e6b100ad8ed66961c0
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/android/variable.go b/android/variable.go index d039a1659..ff3ebaf00 100644 --- a/android/variable.go +++ b/android/variable.go @@ -306,8 +306,6 @@ type productVariables struct { ProductCompatibleProperty *bool `json:",omitempty"` TargetFSConfigGen []string `json:",omitempty"` - - MissingUsesLibraries []string `json:",omitempty"` } func boolPtr(v bool) *bool { |