aboutsummaryrefslogtreecommitdiff
path: root/bp2build/cc_library_conversion_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'bp2build/cc_library_conversion_test.go')
-rw-r--r--bp2build/cc_library_conversion_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bp2build/cc_library_conversion_test.go b/bp2build/cc_library_conversion_test.go
index c2b65a1a1..3cce430aa 100644
--- a/bp2build/cc_library_conversion_test.go
+++ b/bp2build/cc_library_conversion_test.go
@@ -5161,7 +5161,6 @@ func TestNdkLibraryConversion(t *testing.T) {
Blueprint: `
cc_library {
name: "libfoo",
- bazel_module: { bp2build_available: false },
}
ndk_library {
name: "libfoo",
@@ -5169,6 +5168,7 @@ ndk_library {
symbol_file: "libfoo.map.txt",
}
`,
+ StubbedBuildDefinitions: []string{"libfoo"},
ExpectedBazelTargets: []string{
MakeBazelTarget("cc_stub_suite", "libfoo.ndk_stub_libs", AttrNameToString{
"api_surface": `"publicapi"`,