diff options
author | 2019-11-27 07:00:58 +0000 | |
---|---|---|
committer | 2019-11-27 07:00:58 +0000 | |
commit | 42775ba0bc531a1ae90a280e655f607bc7a6cb49 (patch) | |
tree | 47b95cbfe5487a4f04119302a9e245d604907f54 /sdk/sdk.go | |
parent | 4a692427f7fed101d18531025f8aa261b199055c (diff) | |
parent | ac37c503e05fa4d99a97bac4cf97a65dc8406795 (diff) |
Merge "Check the contents of an SDK snapshot's generated Android.bp"
Diffstat (limited to 'sdk/sdk.go')
-rw-r--r-- | sdk/sdk.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sdk/sdk.go b/sdk/sdk.go index ac6fce989..321d5ab2c 100644 --- a/sdk/sdk.go +++ b/sdk/sdk.go @@ -44,6 +44,9 @@ type sdk struct { properties sdkProperties snapshotFile android.OptionalPath + + // The builder, preserved for testing. + builderForTests *snapshotBuilder } type sdkProperties struct { |