commit | 4e37219e4ce2475e4a288fe085405aad98bcce15 | [log] [tgz] |
---|---|---|
author | Mark Dacek <dacek@google.com> | Fri Apr 14 17:13:13 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 14 17:13:13 2023 +0000 |
tree | bbd22052e2b5cf1cb0ef64a6a577bfdab7993cda | |
parent | 9e1117bf66873cf1ec66f44b677f4df84b101c35 [diff] | |
parent | 9c094ca153a7ff41fbe96e6fe8c0e9c9878ed810 [diff] |
Merge "Fix issue where bazel-force-enabled-modules aren't actually analyzed."
diff --git a/cc/cc.go b/cc/cc.go index 9c555a1..ae82b9e 100644 --- a/cc/cc.go +++ b/cc/cc.go
@@ -1858,6 +1858,10 @@ if c.SplitPerApiLevel() { subName += "." + c.SdkVersion() } + } else if c.IsStubs() && c.IsSdkVariant() { + // Public API surface (NDK) + // Add a suffix to this stub variant to distinguish it from the module-lib stub variant. + subName = sdkSuffix } return subName