diff options
author | 2024-08-19 14:39:19 -0700 | |
---|---|---|
committer | 2024-08-19 14:39:19 -0700 | |
commit | f0006e713787420e3a449747302d2ad833a43264 (patch) | |
tree | 41dd3180f65bbc9e1e32e9b896d735b4b3392423 /android/sdk.go | |
parent | dd00f2de3cb65c2ad6811ad8edd34bdafdb3af82 (diff) |
Make the WholeStatic/Static/Shared libs properties configurable
So that you can use selects with them.
Bug: 342006386
Bug: 358377461
Test: m nothing --no-skip-soong-tests
Change-Id: I5a8350f670d51b7da411ad5c3cdbf5f2d6cdd63b
Diffstat (limited to 'android/sdk.go')
-rw-r--r-- | android/sdk.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/sdk.go b/android/sdk.go index 4bcbe2e7a..d3f04a4f9 100644 --- a/android/sdk.go +++ b/android/sdk.go @@ -813,6 +813,7 @@ type SdkMemberProperties interface { // SdkMemberContext provides access to information common to a specific member. type SdkMemberContext interface { + ConfigAndErrorContext // SdkModuleContext returns the module context of the sdk common os variant which is creating the // snapshot. |