commit | ac37c503e05fa4d99a97bac4cf97a65dc8406795 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Tue Nov 26 18:02:20 2019 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Tue Nov 26 22:30:19 2019 +0000 |
tree | e9cbde71a06a6f8f2db3194635c8c3006f7175b4 | |
parent | 0375dd9a377fcfa869ebbf2761341f5712a16c6b [diff] [blame] |
Check the contents of an SDK snapshot's generated Android.bp Test: m nothing Bug: 143678475 Change-Id: I407d83c79d6b1ad8082e560726f0bfa7cacab3f0
diff --git a/sdk/sdk.go b/sdk/sdk.go index ac6fce9..321d5ab 100644 --- a/sdk/sdk.go +++ b/sdk/sdk.go
@@ -44,6 +44,9 @@ properties sdkProperties snapshotFile android.OptionalPath + + // The builder, preserved for testing. + builderForTests *snapshotBuilder } type sdkProperties struct {